akshayvkt commited on
Commit
76f7d8c
·
1 Parent(s): 1e0a73d

Update app.py

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