Spaces:
Sleeping
Sleeping
hide api key
Browse files- ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import openai
|
3 |
import markdown
|
4 |
|
5 |
-
my_api_key = "sk-
|
6 |
initial_prompt = "You are a helpful assistant."
|
7 |
|
8 |
class ChatGPT:
|
|
|
2 |
import openai
|
3 |
import markdown
|
4 |
|
5 |
+
my_api_key = "sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" # input your api_key
|
6 |
initial_prompt = "You are a helpful assistant."
|
7 |
|
8 |
class ChatGPT:
|