Alpaca233 commited on
Commit
824c099
1 Parent(s): 1e02081

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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=[