Spaces:
Runtime error
Runtime error
Commit ·
1a896b1
1
Parent(s): 4bf9a08
Update ChatGPT_app.py
Browse files- ChatGPT_app.py +1 -1
ChatGPT_app.py
CHANGED
|
@@ -3,7 +3,7 @@ import gradio as gr
|
|
| 3 |
import time
|
| 4 |
def Question(Ask_Question):
|
| 5 |
# pass the generated text to audio
|
| 6 |
-
openai.api_key = "sk-
|
| 7 |
# Set up the model and prompt
|
| 8 |
model_engine = "text-davinci-003"
|
| 9 |
#prompt = "who is alon musk?"
|
|
|
|
| 3 |
import time
|
| 4 |
def Question(Ask_Question):
|
| 5 |
# pass the generated text to audio
|
| 6 |
+
openai.api_key = "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"
|
| 7 |
# Set up the model and prompt
|
| 8 |
model_engine = "text-davinci-003"
|
| 9 |
#prompt = "who is alon musk?"
|