mirror of
https://github.com/langgenius/dify.git
synced 2025-07-13 04:02:42 +00:00
9 lines
421 B
Bash
9 lines
421 B
Bash
![]() |
#!/bin/bash
|
||
|
set -x
|
||
|
|
||
|
pytest api/tests/integration_tests/model_runtime/anthropic \
|
||
|
api/tests/integration_tests/model_runtime/azure_openai \
|
||
|
api/tests/integration_tests/model_runtime/openai api/tests/integration_tests/model_runtime/chatglm \
|
||
|
api/tests/integration_tests/model_runtime/google api/tests/integration_tests/model_runtime/xinference \
|
||
|
api/tests/integration_tests/model_runtime/huggingface_hub/test_llm.py
|