I want to use the Tencent HunYuan model via the API. I configured the API key and the base url and it looked like this:
But the model provider is hardcoded, so I can't call the HunYuan model.
provider_keywords = { "openai": ["gpt", "openai"], "anthropic": ["claude", "anthropic"], "google": ["gemini", "google"], "azure": ["azure"], "ollama": ["ollama", "localhost"], "deepseek": ["deepseek"], "dashscope": ["qwen", "tongyi", "dashscope", "qwq"], "moonshot": ["kimi", "moonshot"], "groq": ["groq", "llama", "mixtral"], }
Do you have any plans to address the issue?
I want to use the Tencent HunYuan model via the API. I configured the API key and the base url and it looked like this:
But the model provider is hardcoded, so I can't call the HunYuan model.
provider_keywords = { "openai": ["gpt", "openai"], "anthropic": ["claude", "anthropic"], "google": ["gemini", "google"], "azure": ["azure"], "ollama": ["ollama", "localhost"], "deepseek": ["deepseek"], "dashscope": ["qwen", "tongyi", "dashscope", "qwq"], "moonshot": ["kimi", "moonshot"], "groq": ["groq", "llama", "mixtral"], }Do you have any plans to address the issue?