Spaces:
Runtime error
Runtime error
Update chat_func.py
Browse files- chat_func.py +3 -1
chat_func.py
CHANGED
@@ -467,7 +467,9 @@ def reduce_token_size(
|
|
467 |
|
468 |
|
469 |
|
470 |
-
|
|
|
|
|
471 |
# 将获取到的信息写入txt文件
|
472 |
#all_token_counts = 10
|
473 |
|
|
|
467 |
|
468 |
|
469 |
|
470 |
+
user_id = os.environ.get("USERNAME")
|
471 |
+
print(user_id)
|
472 |
+
logging.info(f"user_id: {user_id}")
|
473 |
# 将获取到的信息写入txt文件
|
474 |
#all_token_counts = 10
|
475 |
|