Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,9 @@ MODEL_OPTIONS = [
|
|
24 |
"nousresearch/hermes-3-llama-3.1-405b:free",
|
25 |
"mistralai/mistral-7b-instruct:free",
|
26 |
"microsoft/phi-3-medium-128k-instruct:free",
|
27 |
-
"liquid/lfm-40b:free"
|
|
|
|
|
28 |
]
|
29 |
|
30 |
def generate_text(input_text, selected_model, history):
|
|
|
24 |
"nousresearch/hermes-3-llama-3.1-405b:free",
|
25 |
"mistralai/mistral-7b-instruct:free",
|
26 |
"microsoft/phi-3-medium-128k-instruct:free",
|
27 |
+
"liquid/lfm-40b:free",
|
28 |
+
"claude-3.5-haiku",
|
29 |
+
"nikunj/claude-3.5-haiku"
|
30 |
]
|
31 |
|
32 |
def generate_text(input_text, selected_model, history):
|