CamiloVega commited on
Commit
22888c3
·
verified ·
1 Parent(s): ecf6236

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ def generar_noticia(instrucciones, hechos, tamaño, tono, *args):
238
 
239
  try:
240
  respuesta = openai.ChatCompletion.create(
241
- model="gpt-3.5-turbo",
242
  messages=[{"role": "user", "content": prompt}],
243
  temperature=0.1
244
  )
 
238
 
239
  try:
240
  respuesta = openai.ChatCompletion.create(
241
+ model="gpt-4o-mini",
242
  messages=[{"role": "user", "content": prompt}],
243
  temperature=0.1
244
  )