Added temperature argument
This commit is contained in:
@@ -48,7 +48,8 @@ class Main:
|
||||
case "hf":
|
||||
self._llm = HfLlmEngine(
|
||||
model_id=self._config.model,
|
||||
api_token=self._config.api_token
|
||||
api_token=self._config.api_token,
|
||||
temperature=self._config.temperature
|
||||
)
|
||||
case "test":
|
||||
self._llm = TestLLM()
|
||||
|
||||
Reference in New Issue
Block a user