AlexStocks commented on code in PR #932:
URL: https://github.com/apache/dubbo-go-samples/pull/932#discussion_r2384591201


##########
llm/config/config.go:
##########
@@ -30,8 +30,17 @@ import (
 )
 
 type Config struct {
-       OllamaModels    []string
-       OllamaURL       string
+       // LLM Provider Configuration
+       LLMProvider string   // ollama, openai, anthropic, azure-openai
+       LLMModels   []string // List of available models
+       LLMBaseURL  string   // Base URL for LLM service

Review Comment:
   > 同一个提供商的不同模型通常使用相同的API端点,然后当前是只配置一个 LLM 提供商,需要的话也可以设置成同时配置多个不同的 LLM 提供商
   
   要以 llm 维度来推进,不要以厂商的维度来描述。



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to