mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-04-22 23:57:17 +08:00
42805ac789
Update demo model list Disable upload cookies in demo Track usage in demo mode Add messages without asking the ai Add hint for browser usage in provider list Add qwen2 prompt template to HuggingFace provider Trim automatic messages in HuggingFaceAPI
18 lines
308 B
YAML
18 lines
308 B
YAML
version: '3'
|
|
|
|
services:
|
|
gpt4free:
|
|
image: hlohaus789/g4f:latest
|
|
shm_size: 2gb
|
|
build:
|
|
context: .
|
|
dockerfile: docker/Dockerfile
|
|
volumes:
|
|
- .:/app
|
|
ports:
|
|
- '8080:8080'
|
|
- '1337:8080'
|
|
- '7900:7900'
|
|
environment:
|
|
- OLLAMA_HOST=host.docker.internal
|