Fang, Chao

Results 2 comments of Fang, Chao

Well, I've found a solution for myself: 1. Add the following line next to [/_config.yml#L131](https://github.com/kitian616/jekyll-TeXt-theme/blob/master/_config.yml#L131): ``` proxy: 'https://' ``` 2. Add the following line next to [/_includes/comments-providers/gitalk.html#L23](https://github.com/kitian616/jekyll-TeXt-theme/blob/master/_includes/comments-providers/gitalk.html#L23): ``` {%- assign...

Check [the doc](https://chat-docs.lobehub.com/en/usage/features/local-llm#how-to-start-a-conversation-with-local-llm) and make sure `OLLAMA_PROXY_URL` was set when startup the docker: ``` docker run -d -p 3210:3210 -e OLLAMA_PROXY_URL=http://host.docker.internal:11434/v1 lobehub/lobe-chat ```