Spaces:
Build error
Build error
Commit ·
a6b718f
1
Parent(s): 0269ce7
asd
Browse files
app.py
CHANGED
|
@@ -3,9 +3,8 @@ import os
|
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
import cohere
|
| 5 |
|
| 6 |
-
#
|
| 7 |
COHERE_MODEL = "command-r-plus"
|
| 8 |
-
# Llama 3 3B instruct
|
| 9 |
HF_MODEL = "meta-llama/Llama-3.2-3B-Instruct"
|
| 10 |
|
| 11 |
# Fetch API keys from environment variables
|
|
|
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
import cohere
|
| 5 |
|
| 6 |
+
# Models
|
| 7 |
COHERE_MODEL = "command-r-plus"
|
|
|
|
| 8 |
HF_MODEL = "meta-llama/Llama-3.2-3B-Instruct"
|
| 9 |
|
| 10 |
# Fetch API keys from environment variables
|