local-llm-server/llm_server/opts.py

12 lines
254 B
Python
Raw Normal View History

2023-08-21 22:49:44 -06:00
# Global settings that never change after startup
2023-08-21 21:28:52 -06:00
running_model = 'none'
2023-08-22 00:26:46 -06:00
concurrent_gens = 3
2023-08-21 21:28:52 -06:00
mode = 'oobabooga'
backend_url = None
token_limit = 5555
database_path = './proxy-server.db'
auth_required = False
log_prompts = False
2023-08-22 16:50:49 -06:00
frontend_api_client = ''