Add AssetsEngine and related files

This commit is contained in:
2024-02-18 00:56:49 +01:00
parent e3229518d4
commit 6c48e19af0
9 changed files with 219 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ class BaseLLMEngine(BaseEngine):
chat_prompt: str,
max_tokens: int,
temperature: float,
json_mode: bool,
top_p: float,
frequency_penalty: float,
presence_penalty: float,