Spaces:
Sleeping
Sleeping
Ganesh Chintalapati
commited on
Commit
·
9fc2d35
1
Parent(s):
600e9f2
gpt-4o-mini
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ async def ask_openai(query: str, history: List[Dict[str, str]]) -> AsyncGenerato
|
|
38 |
}
|
39 |
|
40 |
payload = {
|
41 |
-
"model": "gpt-
|
42 |
"messages": messages,
|
43 |
"stream": True
|
44 |
}
|
|
|
38 |
}
|
39 |
|
40 |
payload = {
|
41 |
+
"model": "gpt-4o-mini",
|
42 |
"messages": messages,
|
43 |
"stream": True
|
44 |
}
|