Skip to content

Commit a6725a7

Browse files
committed
添加过滤文件
1 parent 781f8c0 commit a6725a7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
codes/llm/tokens.py
2+
__pycache__/

codes/llm/tokens.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
erniebot_access_token = '*****************'
1+
erniebot_access_token = '*****************'
2+
3+
# 百川api_key示例
4+
api_key = "sk-3b515d7***********"

0 commit comments

Comments
 (0)