Renamed hf-api-token to api-token

This commit is contained in:
2024-11-11 13:25:39 +01:00
parent 0d98a42df6
commit babc1c44b9
2 changed files with 7 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ class Main:
case "hf":
self._llm = HfLlmEngine(
model_id=self._config.model,
api_token=self._config.hf_api_token
api_token=self._config.api_token
)
case "test":
self._llm = TestLLM()