JUNGU commited on
Commit
b4b5f3c
·
verified ·
1 Parent(s): 9d42771

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def extract_and_summarize(image):
43
 
44
  # Call GPT-4 API for summarization
45
  response = client.chat.completions.create(
46
- model="gpt-4o",
47
  messages=prompt,
48
  temperature=0.0,
49
  max_tokens=300,
 
43
 
44
  # Call GPT-4 API for summarization
45
  response = client.chat.completions.create(
46
+ model="gpt-4o-mini",
47
  messages=prompt,
48
  temperature=0.0,
49
  max_tokens=300,