PSNbst commited on
Commit
1addfb1
·
verified ·
1 Parent(s): 0d7f4e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def generate_natural_language_description(tags, api_key=None):
64
  "content": f"Here are the tags: {tags}\nPlease generate a vivid, imaginative scene description.",
65
  },
66
  ],
67
- model="gpt-4o",
68
  )
69
  return response["choices"][0]["message"]["content"].strip()
70
  except Exception as e:
 
64
  "content": f"Here are the tags: {tags}\nPlease generate a vivid, imaginative scene description.",
65
  },
66
  ],
67
+ model="gpt-4",
68
  )
69
  return response["choices"][0]["message"]["content"].strip()
70
  except Exception as e: