Spaces:
Runtime error
Runtime error
Merge pull request #151 from SadPencil/patch-1
Browse files
config.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# API_KEY = "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" 此key无效
|
2 |
-
API_KEY = "sk-此处填API
|
3 |
API_URL = "https://api.openai.com/v1/chat/completions"
|
4 |
|
5 |
# 改为True应用代理
|
|
|
1 |
# API_KEY = "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" 此key无效
|
2 |
+
API_KEY = "sk-此处填API密钥"
|
3 |
API_URL = "https://api.openai.com/v1/chat/completions"
|
4 |
|
5 |
# 改为True应用代理
|