Spaces:
Runtime error
Runtime error
笨蛋
commited on
Commit
•
871b5e0
1
Parent(s):
a986689
Update toolbox.py
Browse files- toolbox.py +1 -1
toolbox.py
CHANGED
@@ -737,7 +737,7 @@ def what_keys(keys):
|
|
737 |
if is_azure_api_key(k):
|
738 |
avail_key_list['Azure Key'] += 1
|
739 |
|
740 |
-
return f"
|
741 |
|
742 |
def select_api_key(keys, llm_model):
|
743 |
import random
|
|
|
737 |
if is_azure_api_key(k):
|
738 |
avail_key_list['Azure Key'] += 1
|
739 |
|
740 |
+
return f"检测到 令牌 / Key {avail_key_list['OpenAI Key']} 个,你可以开始提问了!"
|
741 |
|
742 |
def select_api_key(keys, llm_model):
|
743 |
import random
|