tabbyAPI-ollama/endpoints/core
kingbri 2c3bc71afa Tree: Switch to asynchronous file handling
Using aiofiles, there's no longer a possiblity of blocking file operations
that can hang up the event loop. In addition, partially migrate
classes to use asynchronous init instead of the normal python magic method.

The only exception is config, since that's handled in the synchonous
init before the event loop starts.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-09-10 16:45:14 -04:00
..
types Config: Use an explicit "auto" value for rope_alpha 2024-08-31 22:59:56 -04:00
utils API: Fix current model list return 2024-09-01 10:54:01 -04:00
router.py Tree: Switch to asynchronous file handling 2024-09-10 16:45:14 -04:00