tabbyAPI-ollama/common
Jake 362b8d5818 config is now backed by pydantic (WIP)
- add models for config options
- add function to regenerate config.yml
- replace references to config with pydantic compatible references
- remove unnecessary unwrap() statements

TODO:

- auto generate env vars
- auto generate argparse
- test loading a model
2024-09-05 18:04:56 +01:00
..
args.py Config: Use an explicit "auto" value for rope_alpha 2024-08-31 22:59:56 -04:00
auth.py Auth: Fix disable auth when checking for key permissions 2024-07-26 15:04:29 -04:00
concurrency.py API + Model: Add blocks and checks for various load requests 2024-05-25 21:16:14 -04:00
config_models.py config is now backed by pydantic (WIP) 2024-09-05 18:04:56 +01:00
downloader.py config is now backed by pydantic (WIP) 2024-09-05 18:04:56 +01:00
gen_logging.py config is now backed by pydantic (WIP) 2024-09-05 18:04:56 +01:00
logger.py API: Add HuggingFace downloader 2024-04-29 01:15:02 -04:00
model.py config is now backed by pydantic (WIP) 2024-09-05 18:04:56 +01:00
networking.py config is now backed by pydantic (WIP) 2024-09-05 18:04:56 +01:00
sampling.py API: Add allowed_tokens support 2024-08-29 21:44:42 -04:00
signals.py Model: Bypass lock checks when shutting down 2024-08-03 16:05:34 -04:00
tabby_config.py config is now backed by pydantic (WIP) 2024-09-05 18:04:56 +01:00
templating.py Templates: Switch to async jinja engine 2024-08-17 12:03:41 -04:00
transformers_utils.py Tree: Format 2024-07-26 18:33:04 -04:00
utils.py Config: Migrate to global class instead of dicts 2024-09-04 23:18:47 -04:00