tabbyAPI-ollama/endpoints
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
..
OAI Tree: Swap from map to list comprehensions 2024-05-25 21:16:14 -04:00
server.py API: Move OAI to APIRouter 2024-04-06 01:25:31 -04:00