tabbyAPI-ollama/endpoints/OAI
kingbri 9fbbc5afca Tree: Swap from map to list comprehensions
List comprehensions are the more "pythonic" way to approach mapping
values to a list. They're also more flexible across different collection
types rather than the inbuilt map method. It's best to keep one convention
rather than splitting down two.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-05-25 21:16:14 -04:00
..
types Model: Change FA2 and paged attention checks 2024-05-25 21:16:14 -04:00
utils API + Model: Add blocks and checks for various load requests 2024-05-25 21:16:14 -04:00
router.py Tree: Swap from map to list comprehensions 2024-05-25 21:16:14 -04:00