Marek4321 commited on
Commit
f591a23
·
verified ·
1 Parent(s): 8ce3cf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def generate_presentation_content_openai(prompt, api_key, progress_bar, progress
102
  {"role": "user", "content": prompt}
103
  ],
104
  stream=True,
105
- max_tokens=80000
106
  )
107
 
108
  # Aktualizacja paska postępu i wyświetlanie generowanej treści
 
102
  {"role": "user", "content": prompt}
103
  ],
104
  stream=True,
105
+ max_tokens=8000
106
  )
107
 
108
  # Aktualizacja paska postępu i wyświetlanie generowanej treści