Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
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.'}]
|
|
|
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.'}]
|