Spaces:
Runtime error
Runtime error
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 |
messages = [
|
7 |
{"role": "system", "content": "You are a helpful and kind AI Assistant."},
|
|
|
1 |
import openai
|
2 |
import gradio as gr
|
3 |
|
4 |
+
openai.api_key "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"
|
5 |
|
6 |
messages = [
|
7 |
{"role": "system", "content": "You are a helpful and kind AI Assistant."},
|