11 lines
No EOL
336 B
Python
11 lines
No EOL
336 B
Python
api_type = "azure" # leave it as blank if you do not use azure
|
|
# your openai api key
|
|
api_key = ""
|
|
# the model name you want to use
|
|
model_name = ""
|
|
# your openai api version, leave it as blank if you do not use azure
|
|
api_version = ""
|
|
# your openai endpoint, leave it as blank if you do not use azure
|
|
api_base = ""
|
|
toolbench_key = ""
|
|
|