Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ async def chat_function(text_in, gender, history):
|
|
| 80 |
|
| 81 |
try:
|
| 82 |
completion = client.chat.completions.create(
|
| 83 |
-
model="
|
| 84 |
messages=messages,
|
| 85 |
temperature=1.0
|
| 86 |
)
|
|
|
|
| 80 |
|
| 81 |
try:
|
| 82 |
completion = client.chat.completions.create(
|
| 83 |
+
model="arcee-ai/trinity-large-preview:free",
|
| 84 |
messages=messages,
|
| 85 |
temperature=1.0
|
| 86 |
)
|