update tips

This commit is contained in:
harry 2024-04-26 14:43:11 +08:00
parent 7582022fa9
commit 376955d4a0

View File

@ -209,6 +209,8 @@ with st.expander(tr("Basic Settings"), expanded=False):
##### Ollama配置说明
- **API Key**: 随便填写比如 123
- **Base Url**: 一般为 http://localhost:11434/v1
- 如果 `MoneyPrinterTurbo` `Ollama` **不在同一台机器上**需要填写 `Ollama` 机器的IP地址
- 如果 `MoneyPrinterTurbo` `Docker` 部署建议填写 `http://host.docker.internal:11434/v1`
- **Model Name**: 使用 `ollama list` 查看比如 `qwen:7b`
"""