Added api token for local llm

This commit is contained in:
2024-11-16 22:09:04 +01:00
parent 410e2b56f9
commit 506bc91639
2 changed files with 4 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ class Main:
self._llm = LocalLlmEngine(
self._config.model,
self._config.temperature,
self._config.api_token,
self._config.token_limit
)
case "hf":