Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,9 @@ import requests
|
|
4 |
import json
|
5 |
import os
|
6 |
|
|
|
|
|
|
|
7 |
messages = [{"role": "system", "content": 'You are Steve Jobs. Respond to all input in 25 words or less.'}]
|
8 |
|
9 |
# Set up the API endpoint URL and headers
|
|
|
4 |
import json
|
5 |
import os
|
6 |
|
7 |
+
openai.api_key = os.environ.get('OPENAI_API_KEY')
|
8 |
+
|
9 |
+
|
10 |
messages = [{"role": "system", "content": 'You are Steve Jobs. Respond to all input in 25 words or less.'}]
|
11 |
|
12 |
# Set up the API endpoint URL and headers
|