Spaces:
Running
Running
Update utils.py
Browse files
utils.py
CHANGED
@@ -8,7 +8,7 @@ from sentence_transformers import SentenceTransformer, CrossEncoder
|
|
8 |
# It formats the output by printing it in color.
|
9 |
|
10 |
# Defined arguments
|
11 |
-
API_KEY = st.secrets["API_KEY"]# api_key
|
12 |
model_name_tr = "gpt-3.5-turbo" # model name
|
13 |
model_name_ta = "gpt-4-1106-preview"
|
14 |
tool_list_path = './tools.json' # list of tools path[ ]
|
|
|
8 |
# It formats the output by printing it in color.
|
9 |
|
10 |
# Defined arguments
|
11 |
+
API_KEY = st.write(st.secrets["API_KEY"])# api_key
|
12 |
model_name_tr = "gpt-3.5-turbo" # model name
|
13 |
model_name_ta = "gpt-4-1106-preview"
|
14 |
tool_list_path = './tools.json' # list of tools path[ ]
|