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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ save = 0
15
 
16
 
17
  # Defined arguments
18
- API_KEY = "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" # api_key
19
  model_name = "gpt-3.5-turbo" # model name
20
  tool_list_path = "./tools.json" # list of tools path
21
  example_path = "./examples.json" # list of examples path
 
15
 
16
 
17
  # Defined arguments
18
+ API_KEY = "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" # api_key
19
  model_name = "gpt-3.5-turbo" # model name
20
  tool_list_path = "./tools.json" # list of tools path
21
  example_path = "./examples.json" # list of examples path