Spaces:
Running
Running
llama3
Browse files- paper_chat_tab.py +1 -0
paper_chat_tab.py
CHANGED
|
@@ -34,6 +34,7 @@ PROVIDERS = {
|
|
| 34 |
"endpoint": "https://api.hyperbolic.xyz/v1",
|
| 35 |
"api_key_env_var": "HYPERBOLIC_API_KEY",
|
| 36 |
"models": [
|
|
|
|
| 37 |
"meta-llama/Meta-Llama-3.1-405B-Instruct",
|
| 38 |
],
|
| 39 |
"type": "tuples",
|
|
|
|
| 34 |
"endpoint": "https://api.hyperbolic.xyz/v1",
|
| 35 |
"api_key_env_var": "HYPERBOLIC_API_KEY",
|
| 36 |
"models": [
|
| 37 |
+
"meta-llama/Llama-3.3-70B-Instruct",
|
| 38 |
"meta-llama/Meta-Llama-3.1-405B-Instruct",
|
| 39 |
],
|
| 40 |
"type": "tuples",
|