Spaces:
Sleeping
Sleeping
hackerbyhobby
commited on
updated to gpt-4-turbo
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def query_llm_for_classification(raw_message: str) -> dict:
|
|
110 |
|
111 |
try:
|
112 |
response = openai.ChatCompletion.create(
|
113 |
-
model="gpt-
|
114 |
messages=[
|
115 |
{"role": "system", "content": system_prompt},
|
116 |
{"role": "user", "content": user_prompt}
|
|
|
110 |
|
111 |
try:
|
112 |
response = openai.ChatCompletion.create(
|
113 |
+
model="gpt-4-turbo",
|
114 |
messages=[
|
115 |
{"role": "system", "content": system_prompt},
|
116 |
{"role": "user", "content": user_prompt}
|