Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ def generar_noticia(instrucciones, hechos, tamaño, tono, urls, *args):
|
|
129 |
|
130 |
try:
|
131 |
respuesta = openai.ChatCompletion.create(
|
132 |
-
model="gpt-
|
133 |
messages=[{"role": "user", "content": prompt}],
|
134 |
temperature=0.1
|
135 |
)
|
|
|
129 |
|
130 |
try:
|
131 |
respuesta = openai.ChatCompletion.create(
|
132 |
+
model="gpt-3.5-turbo",
|
133 |
messages=[{"role": "user", "content": prompt}],
|
134 |
temperature=0.1
|
135 |
)
|