add new provider Solar (#6884)

This commit is contained in:
JuHyung Son
2024-08-02 21:48:09 +09:00
committed by GitHub
parent 541bf1db5a
commit 2e941bb91c
22 changed files with 1328 additions and 2 deletions

View File

@@ -5,4 +5,6 @@ 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
api/tests/integration_tests/model_runtime/huggingface_hub/test_llm.py \
api/tests/integration_tests/model_runtime/upstage