您的位置:首页 > 新闻 > 会展 > 帝国建站系统_动漫制作和动漫设计的区别_山东seo百度推广_推广产品的方法和步骤

帝国建站系统_动漫制作和动漫设计的区别_山东seo百度推广_推广产品的方法和步骤

2024/12/21 23:01:52 来源:https://blog.csdn.net/Half_H/article/details/144418694  浏览:    关键词:帝国建站系统_动漫制作和动漫设计的区别_山东seo百度推广_推广产品的方法和步骤
帝国建站系统_动漫制作和动漫设计的区别_山东seo百度推广_推广产品的方法和步骤

这里写自定义目录标题

  • 问题介绍
  • 解决方法

问题介绍

  • 操作系统 Ubuntu24.04
  • Ollama 使用默认安装方法(官网https://github.com/ollama/ollama) curl -fsSL https://ollama.com/install.sh | sh 安装在本机
  • OpenWebUI
    使用默认docker安装方法(官网教程安装https://docs.openwebui.com/) docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main 安装在docker

  • 使用 http://127.0.0.1:11434/ 访问Ollama显示Ollama is running,说明Ollama正常。

  • Ollama中安装了模型,并且可以命令行形式使用。

  • 使用http://localhost:8080/登录OpenWebUI后发现没有模型

解决方法

  1. 在OpenWebUI管理面板中,管理Ollama API连接 默认为http://host.docker.internal:11434/,这是windows中的方式,需要改为http://127.0.0.1:11434
  2. 在 访问 Ollama 时遇到问题? 点击这里获取帮助。点击导航到https://github.com/open-webui/open-webui#troubleshooting,根据教程Open WebUI: Server Connection Error
    If you’re experiencing connection issues, it’s often due to the WebUI docker container not being able to reach the Ollama server at 127.0.0.1:11434 (host.docker.internal:11434) inside the container . Use the --network=host flag in your docker command to resolve this. Note that the port changes from 3000 to 8080, resulting in the link: http://localhost:8080.
docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:main

删除docker,并使用上面的命令重新创建docker,使用http://localhost:8080访问OpenWebUI即可。

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com