local-llm-server/config/config.yml

15 lines
300 B
YAML
Raw Normal View History

2023-08-21 21:28:52 -06:00
# TODO: add this file to gitignore and add a .sample.yml
log_prompts: true
mode: oobabooga
auth_required: false
2023-08-22 00:26:46 -06:00
concurrent_gens: 3
token_limit: 5555
2023-08-21 21:28:52 -06:00
2023-08-21 22:49:44 -06:00
backend_url: http://172.0.0.2:9104
2023-08-21 21:28:52 -06:00
2023-08-22 16:50:49 -06:00
# Path that is shown to users for them to connect to
frontend_api_client: /api
2023-08-21 21:28:52 -06:00
database_path: ./proxy-server.db