Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import openai
|
2 |
import gradio as gr
|
3 |
|
4 |
-
openai.api_key = "
|
5 |
|
6 |
def predict(message, history):
|
7 |
history_openai_format = []
|
|
|
1 |
import openai
|
2 |
import gradio as gr
|
3 |
|
4 |
+
openai.api_key = "OPEN_AI_KEY"
|
5 |
|
6 |
def predict(message, history):
|
7 |
history_openai_format = []
|