需要你的服务器有docker环境。git clone https://github.com/nashsu/FreeAskInternet.gitcd ./FreeAskInternetdocker-compose up -d🎉 您现在应该能够在http://localhost:3000上打开 Web 界面。更新 cd ./FreeAskInternetgit pulldocker compose rm backenddocker image rm nashsu/free_ask_internetdocker-compose...
FreeAskInternet 是一个完全免费、私有且本地运行的搜索引擎,并使用 LLM 生成答案,无需 GPU。用户可以提出问题,系统会进行多引擎搜索,并将搜索结果合并到ChatGPT3.5 LLM中,并根据搜索结果生成答案。 什么是 FreeAskInternet FreeAskInternet 是一个完全免费、私有且本地运行的搜索聚合器,并使用 LLM 生成答案,无需 ...
首先,创建一个目录FreeAskInternet及下级目录searxng 然后下载或者新建docker-compose.yml文件 文件内容如下: services: backend: image:docker.io/nashsu/free_ask_internet:latest depends_on: - llm-freegpt35 restart: on-failure freeaskinternet-ui: ...
OPENAI_API_KEY:"FreeAskInternet" #CODE: "FreeAskInternet" # 如果你想要设置页面的访问密码,请修改这里 BASE_URL:"http://backend:8000" CUSTOM_MODELS:"-all,+gpt-3.5-turbo" depends_on: -llm-freegpt35 restart:always llm-freegpt35: image:missuo/freegpt35:latest ...
镜像docker.io/nashsu/free_ask_internet_ui:latest 不在白名单列表里, 不支持同步和访问可以将其添加到白名单 Sorry, something went wrong. Contributor github-actions bot commented Jun 28, 2024 镜像 同步失败详情请查看如有疑问请回复 /auto-cc 召唤帮助 Sorry, something went wrong. github-actions...
Docker is a platform designed to help developers build, share, and run container applications. We handle the tedious setup, so you can focus on the code.
Examples: Internet browser with enabled javascript, or wine with MS Windows applications. x11docker already restricts process capabilities. You can additionally restrict access to CPU and RAM with option --limit. As default --limit restricts to 50% of available CPUs and 50% of currently free RAM...
The-p 8000:80argument has told Docker to forward port 8000 on the host to port 80 in the container. Alternatively, the-Pargument can be used to tell Docker to automatically select a free port to forward to on the host. For example: ...
An open source Linux container engine taking the world by storm is the newest, leanest, and cleanest way to get your app from development to production
This document describes how to prepare, build and deploy a Docker based IOx package for the IR1101 ARM-based Internet of Things (IoT) gateway.