mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-04 13:32:17 +00:00
Enabled the default preprocessors in the ollama configuration.
This commit is contained in:
parent
e16bdf138f
commit
c2bd31eb5c
4 changed files with 26 additions and 2 deletions
|
|
@ -116,6 +116,10 @@ tool_groups:
|
|||
provider_id: rag-runtime
|
||||
- toolgroup_id: builtin::code_interpreter
|
||||
provider_id: code-interpreter
|
||||
preprocessors: []
|
||||
preprocessors:
|
||||
- preprocessor_id: builtin::basic
|
||||
provider_id: basic
|
||||
- preprocessor_id: builtin::chunking
|
||||
provider_id: simple_chunking
|
||||
server:
|
||||
port: 8321
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue