feat: add zai provider support (#7626)
* feat: add zai provider support * add zai_api_key secret to deploy-core * add to justfile * add testing, provider integration skill * enable zai key * fix zai test * clean up skill a little * small changes
This commit is contained in:
@@ -18,6 +18,7 @@ from .openrouter import OpenRouterProvider
|
||||
from .together import TogetherProvider
|
||||
from .vllm import VLLMProvider
|
||||
from .xai import XAIProvider
|
||||
from .zai import ZAIProvider
|
||||
|
||||
__all__ = [
|
||||
# Base classes
|
||||
@@ -43,5 +44,6 @@ __all__ = [
|
||||
"TogetherProvider",
|
||||
"VLLMProvider", # Replaces ChatCompletions and Completions
|
||||
"XAIProvider",
|
||||
"ZAIProvider",
|
||||
"OpenRouterProvider",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user