17 lines
335 B
Python
17 lines
335 B
Python
# Read-only global variables
|
|
|
|
running_model = 'none'
|
|
concurrent_gens = 3
|
|
mode = 'oobabooga'
|
|
backend_url = None
|
|
context_size = 5555
|
|
database_path = './proxy-server.db'
|
|
auth_required = False
|
|
log_prompts = False
|
|
frontend_api_client = ''
|
|
full_client_api = None
|
|
http_host = None
|
|
verify_ssl = True
|
|
show_num_prompts = True
|
|
show_uptime = True
|