Spaces:
Build error
Build error
Updated
Browse files
app.py
CHANGED
|
@@ -25,7 +25,8 @@ client = OpenAI(
|
|
| 25 |
#Create supported models
|
| 26 |
model_links ={
|
| 27 |
"Mistral":"mistralai/Mistral-7B-Instruct-v0.2",
|
| 28 |
-
"Gemma":"google/gemma-7b-it"
|
|
|
|
| 29 |
|
| 30 |
}
|
| 31 |
|
|
|
|
| 25 |
#Create supported models
|
| 26 |
model_links ={
|
| 27 |
"Mistral":"mistralai/Mistral-7B-Instruct-v0.2",
|
| 28 |
+
"Gemma":"google/gemma-7b-it",
|
| 29 |
+
"Llama-2":"meta-llama/Llama-2-7b-chat-hf"
|
| 30 |
|
| 31 |
}
|
| 32 |
|