mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
adding function_calling functionality via rust
This commit is contained in:
parent
126b029345
commit
d6a1b70594
17 changed files with 2338 additions and 389 deletions
|
|
@ -304,6 +304,14 @@ def validate_and_render_schema():
|
|||
}
|
||||
)
|
||||
|
||||
# Always add arch-function model provider
|
||||
updated_model_providers.append(
|
||||
{
|
||||
"name": "arch-function",
|
||||
"provider_interface": "arch",
|
||||
"model": "Arch-Function",
|
||||
}
|
||||
)
|
||||
config_yaml["model_providers"] = deepcopy(updated_model_providers)
|
||||
|
||||
listeners_with_provider = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue