tlskillman commited on
Commit
b8b8f1d
·
verified ·
1 Parent(s): 035411e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def talk_to_llm(user_prompt):
78
  '''
79
 
80
  data = {
81
- "model": "gpt-4-o",
82
  "response_format": { "type": "json_object" },
83
  "messages": [
84
  {"role": "system", "content": prompt_text},
 
78
  '''
79
 
80
  data = {
81
+ "model": "gpt-4o",
82
  "response_format": { "type": "json_object" },
83
  "messages": [
84
  {"role": "system", "content": prompt_text},