Skip to content

Commit

Permalink
fix: llm domain (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7258 authored Jan 16, 2025
1 parent 4043459 commit ad911f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ public class LlmProviderServiceImpl implements LlmProviderService {
V1McpBridge.PROTOCOL_HTTPS),
new DefaultLlmProviderHandler(LlmProviderType.ZHIPUAI, "open.bigmodel.cn", 443, V1McpBridge.PROTOCOL_HTTPS),
new OllamaLlmProviderHandler(),
new DefaultLlmProviderHandler(LlmProviderType.CLAUDE, "api.minimax.chat", 443, V1McpBridge.PROTOCOL_HTTPS),
new DefaultLlmProviderHandler(LlmProviderType.BAIDU, "aip.baidubce.com", 443, V1McpBridge.PROTOCOL_HTTPS),
new DefaultLlmProviderHandler(LlmProviderType.CLAUDE, "api.anthropic.com", 443, V1McpBridge.PROTOCOL_HTTPS),
new DefaultLlmProviderHandler(LlmProviderType.BAIDU, "qianfan.baidubce.com", 443, V1McpBridge.PROTOCOL_HTTPS),
new DefaultLlmProviderHandler(LlmProviderType.STEPFUN, "api.stepfun.com", 443, V1McpBridge.PROTOCOL_HTTPS),
new DefaultLlmProviderHandler(LlmProviderType.MINIMAX, "api.minimax.chat", 443, V1McpBridge.PROTOCOL_HTTPS),
new DefaultLlmProviderHandler(LlmProviderType.GEMINI, "generativelanguage.googleapis.com", 443,
Expand Down

0 comments on commit ad911f4

Please sign in to comment.