add new provider Solar (#6884)

This commit is contained in:
JuHyung Son 2024-08-02 21:48:09 +09:00 committed by GitHub
commit 2e941bb91c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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