Spaces:
Runtime error
Runtime error
Update app.py
#4
by
Basit12345
- opened
app.py
CHANGED
@@ -2,7 +2,7 @@ import openai
|
|
2 |
import gradio as gi
|
3 |
|
4 |
|
5 |
-
openai.api_key = "sk-
|
6 |
|
7 |
messages = [{"role": "system", "content": "you are chatGPT"}]
|
8 |
|
|
|
2 |
import gradio as gi
|
3 |
|
4 |
|
5 |
+
openai.api_key = "sk-10WeXo7fha8nHtU1LLN3T3BlbkFJB0jAGPBcTztwJw6lZ1b"
|
6 |
|
7 |
messages = [{"role": "system", "content": "you are chatGPT"}]
|
8 |
|