CAICAIIs opened a new pull request, #972: URL: https://github.com/apache/dubbo-go-samples/pull/972
Implement an interactive selection model. my .env: ``` LLM_PROVIDER=ollama LLM_MODELS=qwen:7b,deepseek-r1:8b # 默认模型,必须在 LLM_MODELS 里 MODEL_NAME=qwen:7b # Dubbo / Nacos 配置 NACOS_URL=127.0.0.1:8848 SERVER_PORT=20020 # 可选 TIME_OUT_SECOND=300 MAX_CONTEXT_COUNT=3 # Ollama 默认 http://localhost:11434,不填也可以 LLM_BASE_URL= LLM_API_KEY= ``` I selected the qwen:7b and deepseek-r1:8b models in Ollama. Below is my CMD interface. According to the configuration, the default model is qwen:7b. I can also check the current model and switch between models in the chat window (such as switch by `/model qwen:7b`). <img width="988" height="720" alt="f27d6bc671ca028dbaa352a0e3d12671" src="https://youke1.picui.cn/s1/2025/11/29/692a77c9c50b7.png" /> -- 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]
