gpt4free-ts: build: context: . dockerfile: Dockerfile container_name: gpt4free-ts image: gpt4free-ts:latest ports: - "13000:3000" restart: always volumes: - ./run:/usr/src/app/run cap_add: - "SYS_ADMIN" environment: # - TZ=Asia/Shanghai - http_proxy=${http_proxy} - https_...
docker run -p 3000:3000 --env-file .env xiangsx/gpt4free-ts:latest Deploy with docker-compose 🎭first, you should create file .env; Follow step "Run with dockerdeploydocker-compose up --build -d Clash+one-api+gpt4free-ts Start with one command 😮...
docker-compose.yaml feat(forefront): volume run dir 2年前 index.ts feat(base): 开源绝大部分站点 1年前 package.json feat(base): 开源绝大部分站点 1年前 tsconfig.json feat: update docekr 2年前 yarn.lock feat(base): 开源绝大部分站点 ...
Place the exported .har file in the ./har_and_cookies directory if you are using Docker. Alternatively, you can store it in any preferred location within your current working directory.Note: Ensure that your .har file is stored securely, as it may contain sensitive information....
docker run -p 3000:3000 --env-file .env xiangsx/gpt4free-ts:latest 使用docker-compose 运行 🎭docker-compose up --build -d 一站式整合clash+one-api+gpt4free-ts 无脑一键启动 😮该项目整合了onapi(开箱即用的api售卖平台) + clash(项目运行所需代理) + upma(项目监控) + gpt4free-ts(...
Docker for Developers If you have Docker installed, you can easily set up and run the project without manually installing dependencies. First, ensure you have both Docker and Docker Compose installed. Install Docker Install Docker Compose Clone the GitHub repo: git clone https://github.com/x...
Run local yarn yarn start Deploy with docker-compose docker-compose up --build -d test with curl common request curl "http://127.0.0.1:3000/ask?prompt=你好" request event-stream curl "http://127.0.0.1:3000/ask/stream?prompt=你好"Footer...
cd gpt4freeBuild the Docker image: docker-compose buildStart the service using Docker Compose: docker-compose upYour server will now be running at http://localhost:1337. You can interact with the API or run your tests as you would normally.To stop the Docker containers, simply run:...
Build the Docker image: docker pull selenium/node-chrome docker-compose buildStart the service using Docker Compose: docker-compose upYour server will now be running at http://localhost:1337. You can interact with the API or run your tests as you would normally....
gpt4free gpt4free-ts ChatGPT-Clone ChatGpt Discord Bot LangChain gpt4free Contributeto add another provider, its very simple:create a new file in g4f/Provider/Providers with the name of the Provider in the file, paste the Boilerplate you can find in g4f/Provider/Provider.py:impor...