mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
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
15 lines
No EOL
297 B
YAML
15 lines
No EOL
297 B
YAML
version: '3'
|
|
|
|
services:
|
|
g4f-slim:
|
|
container_name: g4f-slim
|
|
image: hlohaus789/g4f:latest-slim
|
|
build:
|
|
context: .
|
|
dockerfile: docker/Dockerfile-slim
|
|
command: python -m g4f --debug --port 8080
|
|
volumes:
|
|
- .:/app
|
|
ports:
|
|
- '8080:8080'
|
|
- '1337:8080' |