AlexStocks commented on code in PR #932:
URL: https://github.com/apache/dubbo-go-samples/pull/932#discussion_r2384424091
##########
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:
为何这里不是数组呢?多个 llm 共享一个 url 和 key 吗?
--
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]