mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
Add supported parameter type, validation and tests (#88)
* Add supported parameter type and validation * make the tools format more compliant with openai * more updates * fix more * fix unit test
This commit is contained in:
parent
59229b8fc9
commit
75cf5e5304
7 changed files with 273 additions and 11 deletions
|
|
@ -60,8 +60,7 @@ services:
|
|||
- OLLAMA_ENDPOINT=${OLLAMA_ENDPOINT:-host.docker.internal}
|
||||
# uncomment following line to use ollama endpoint that is hosted by docker
|
||||
# - OLLAMA_ENDPOINT=ollama
|
||||
- OLLAMA_MODEL=Arch-Function-Calling-1.5B:Q4_K_M
|
||||
# - OLLAMA_MODEL=Bolt-Function-Calling-1B:Q4_K_M
|
||||
# - OLLAMA_MODEL=Arch-Function-Calling-1.5B:Q4_K_M
|
||||
|
||||
api_server:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue