Spaces:
Runtime error
Runtime error
Update chat_func.py
Browse files- chat_func.py +1 -1
chat_func.py
CHANGED
|
@@ -460,7 +460,7 @@ def reduce_token_size(
|
|
| 460 |
user_id = os.getuid()
|
| 461 |
|
| 462 |
# 将获取到的信息写入txt文件
|
| 463 |
-
|
| 464 |
|
| 465 |
def write_to_file(user_id, all_token_counts):
|
| 466 |
log_file = "user_info.txt"
|
|
|
|
| 460 |
user_id = os.getuid()
|
| 461 |
|
| 462 |
# 将获取到的信息写入txt文件
|
| 463 |
+
all_token_counts = 10
|
| 464 |
|
| 465 |
def write_to_file(user_id, all_token_counts):
|
| 466 |
log_file = "user_info.txt"
|