Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,6 @@ def generate_ppt(file, topic, slide_length, api_key):
|
|
92 |
Do not include any special characters (?, !, ., :, ) in the Title.
|
93 |
Do not include any additional information in your response and stick to the format."""
|
94 |
|
95 |
-
openai.proxy = {'http': "http://127.0.0.1:8001", 'https': 'http://127.0.0.1:8001'}
|
96 |
response = openai.ChatCompletion.create(
|
97 |
model="gpt-3.5-turbo",
|
98 |
messages=[
|
|
|
92 |
Do not include any special characters (?, !, ., :, ) in the Title.
|
93 |
Do not include any additional information in your response and stick to the format."""
|
94 |
|
|
|
95 |
response = openai.ChatCompletion.create(
|
96 |
model="gpt-3.5-turbo",
|
97 |
messages=[
|