jozzy commited on
Commit
b2920f0
·
1 Parent(s): f830b9d

Update app.py

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