Spaces:
Sleeping
Sleeping
Tuchuanhuhuhu
commited on
Commit
·
6334085
1
Parent(s):
b12ae9b
修复了代码块中的中文引号问题
Browse files- ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py
CHANGED
|
@@ -8,7 +8,7 @@ import requests
|
|
| 8 |
# import markdown
|
| 9 |
import csv
|
| 10 |
|
| 11 |
-
my_api_key = "
|
| 12 |
initial_prompt = "You are a helpful assistant."
|
| 13 |
API_URL = "https://api.openai.com/v1/chat/completions"
|
| 14 |
HISTORY_DIR = "history"
|
|
|
|
| 8 |
# import markdown
|
| 9 |
import csv
|
| 10 |
|
| 11 |
+
my_api_key = "" # 在这里输入你的 API 密钥
|
| 12 |
initial_prompt = "You are a helpful assistant."
|
| 13 |
API_URL = "https://api.openai.com/v1/chat/completions"
|
| 14 |
HISTORY_DIR = "history"
|