Diana1234 commited on
Commit
181267f
1 Parent(s): 5a9bd3f

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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 = "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" # 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 = "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" # 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[ ]