mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-05 00:01:00 +00:00
3576dee75a
Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui
17 lines
285 B
YAML
17 lines
285 B
YAML
version: '3'
|
|
|
|
services:
|
|
gpt4free:
|
|
image: gpt4free:latest
|
|
shm_size: 2gb
|
|
build:
|
|
context: .
|
|
dockerfile: docker/Dockerfile
|
|
cache_from:
|
|
- gpt4free:latest
|
|
volumes:
|
|
- .:/app
|
|
ports:
|
|
- '8080:80'
|
|
- '1337:1337'
|
|
- '7900:7900' |