mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
Integrate Arch-Function-Chat (#449)
This commit is contained in:
parent
f31aa59fac
commit
7d4b261a68
26 changed files with 558 additions and 603 deletions
|
|
@ -5,6 +5,9 @@ import yaml
|
|||
|
||||
from deepdiff import DeepDiff
|
||||
|
||||
pytestmark = pytest.mark.skip(
|
||||
reason="Skipping entire test file as this these tests are heavily dependent on model output"
|
||||
)
|
||||
|
||||
MODEL_SERVER_ENDPOINT = os.getenv(
|
||||
"MODEL_SERVER_ENDPOINT", "http://localhost:51000/function_calling"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue