Skip to content

Commit 26bc437

Browse files
committed
Add tools config to OpenAI example in config.yml.dist
1 parent ec93f1e commit 26bc437

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/app/config.yml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ agents:
9090
# max_response_tokens: null
9191
# max_completion_tokens: 128000
9292
# max_context_tokens: 400000
93+
# # Built-in tools
94+
# tools:
95+
# web_search: false
96+
# code_interpreter: false
9397
# speech_to_text:
9498
# model_id: whisper-1
9599
# text_to_speech:

0 commit comments

Comments
 (0)