Allow stopping of inference
This commit is contained in:
@@ -34,7 +34,8 @@ class Main:
|
||||
self._llms['local'] = LocalLlmEngine(
|
||||
config.local_model,
|
||||
config.local_temperature,
|
||||
config.local_token_limit
|
||||
config.local_token_limit,
|
||||
config.local_api_key,
|
||||
)
|
||||
|
||||
if config.openai_enabled:
|
||||
|
||||
Reference in New Issue
Block a user