jozzy commited on
Commit
39874b2
·
1 Parent(s): 27ac102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  import gradio as gr
3
  import openai
4
- openai.api_key = os.environ['API_TOKEN']
5
 
6
  messages = [{"role": "system", "content": 'You are a helpful technology assistant.'}]
7
 
 
1
  import os
2
  import gradio as gr
3
  import openai
4
+ openai.api_key = os.environ['OPENAI_API_KEY']
5
 
6
  messages = [{"role": "system", "content": 'You are a helpful technology assistant.'}]
7