mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28: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
|
|
@ -10,7 +10,7 @@ pytestmark = pytest.mark.skip(
|
|||
)
|
||||
|
||||
MODEL_SERVER_ENDPOINT = os.getenv(
|
||||
"MODEL_SERVER_ENDPOINT", "http://localhost:51000/function_calling"
|
||||
"MODEL_SERVER_ENDPOINT", "http://localhost:12000/function_calling"
|
||||
)
|
||||
|
||||
# Load test data from YAML file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue