tabbyAPI-ollama/common
kingbri 6f03be9523 API: Split functions into their own files
Previously, generation function were bundled with the request function
causing the overall code structure and API to look ugly and unreadable.

Split these up and cleanup a lot of the methods that were previously
overlooked in the API itself.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-03-12 23:59:30 -04:00
..
args.py Config: Add experimental torch cuda malloc backend 2024-02-14 21:45:56 -05:00
auth.py Tree: Update to cleanup globals 2024-03-12 23:59:30 -04:00
config.py Tree: Update to cleanup globals 2024-03-12 23:59:30 -04:00
gen_logging.py Tree: Update to cleanup globals 2024-03-12 23:59:30 -04:00
generators.py Generation: Explicitly release semaphore on disconnect 2024-03-10 17:54:48 -04:00
logger.py Logging: Escape rich markup sequences 2024-03-11 00:28:48 -04:00
model.py API: Split functions into their own files 2024-03-12 23:59:30 -04:00
sampling.py Tree: Update to cleanup globals 2024-03-12 23:59:30 -04:00
templating.py API: Add template switching and unload endpoints 2024-01-25 00:15:40 -05:00
utils.py Startup: Check if the port is available and fallback 2024-03-11 21:57:28 -04:00