Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ llm = ChatOpenAI(
|
|
8 |
base_url="https://api.featherless.ai/v1/",
|
9 |
api_key=api_key,
|
10 |
streaming=True,
|
11 |
-
model="
|
12 |
)
|
13 |
|
14 |
def respond(
|
|
|
8 |
base_url="https://api.featherless.ai/v1/",
|
9 |
api_key=api_key,
|
10 |
streaming=True,
|
11 |
+
model="mistralai/Magistral-Small-2506",
|
12 |
)
|
13 |
|
14 |
def respond(
|