tabbyAPI-ollama/endpoints/OAI/utils
kingbri f9f8c97c6d Templates: Fix stop_string parsing
Template modules grab all set vars, including ones that use runtime
vars. If a template var is set to a runtime var and a module is created,
an UndefinedError fires.

Use make_module instead to pass runtime vars when creating a template
module.

Resolves #92

Signed-off-by: kingbri <bdashore3@proton.me>
2024-04-02 00:44:04 -04:00
..
chat_completion.py Templates: Fix stop_string parsing 2024-04-02 00:44:04 -04:00
completion.py Common: Migrate request utils to networking 2024-03-21 23:21:57 -04:00
lora.py Tree: Switch to async generators 2024-03-16 23:23:31 -04:00
model.py Common: Migrate request utils to networking 2024-03-21 23:21:57 -04:00