diff --git a/core/src/blocks/llm.rs b/core/src/blocks/llm.rs index 1c730cefc690..120a7257e372 100644 --- a/core/src/blocks/llm.rs +++ b/core/src/blocks/llm.rs @@ -425,7 +425,7 @@ impl Block for LLM { }; // if model_id starts with gpt-3.5-turbo or gpt-4 use the chat interface (except for - // gpt-3.5-turbo-instruc) + // gpt-3.5-turbo-instruct) match (model_id.starts_with("gpt-3.5-turbo") && !model_id.starts_with("gpt-3.5-turbo-instruct")) || model_id.starts_with("gpt-4")