Spaces:
Sleeping
Sleeping
Update gpt_analyzer.py
Browse files- gpt_analyzer.py +1 -1
gpt_analyzer.py
CHANGED
@@ -45,7 +45,7 @@ class GPTAnalyzer:
|
|
45 |
"content": prompt
|
46 |
}
|
47 |
],
|
48 |
-
model="gpt-
|
49 |
response_format={ "type": "json_object" }
|
50 |
)
|
51 |
return json.loads(response.choices[0].message.content)
|
|
|
45 |
"content": prompt
|
46 |
}
|
47 |
],
|
48 |
+
model="gpt-4o-mini",
|
49 |
response_format={ "type": "json_object" }
|
50 |
)
|
51 |
return json.loads(response.choices[0].message.content)
|