Use smart LLM for automatic config generation

pull/4931/head
Reinier van der Leer 2023-09-08 13:49:48 +02:00
parent 03a2882915
commit 08e6254232
No known key found for this signature in database
GPG Key ID: 64035FE419545762
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ def generate_aiconfig_automatic(user_prompt: str, config: Config) -> AIConfig:
# Call LLM with the string as user input
output = create_chat_completion(
ChatSequence.for_model(
config.fast_llm,
config.smart_llm,
[
Message("system", system_prompt),
Message("user", prompt_ai_config_automatic),