Rathapoom commited on
Commit
0f3919c
·
verified ·
1 Parent(s): 902f55a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3118,7 +3118,7 @@ def generate_stitched_story(story: List[dict], style: str, detail_level: str, th
3118
 
3119
  # Generate English version with minimal enhancements
3120
  response = client.chat.completions.create(
3121
- model="gpt-4",
3122
  messages=[
3123
  {
3124
  "role": "system",
@@ -3151,7 +3151,7 @@ def generate_stitched_story(story: List[dict], style: str, detail_level: str, th
3151
  """
3152
 
3153
  translation_response = client.chat.completions.create(
3154
- model="gpt-4",
3155
  messages=[
3156
  {
3157
  "role": "system",
 
3118
 
3119
  # Generate English version with minimal enhancements
3120
  response = client.chat.completions.create(
3121
+ model="gpt-4o-mini",
3122
  messages=[
3123
  {
3124
  "role": "system",
 
3151
  """
3152
 
3153
  translation_response = client.chat.completions.create(
3154
+ model="gpt-4o-mini",
3155
  messages=[
3156
  {
3157
  "role": "system",