Skip to content

Commit

Permalink
Update core/src/blocks/llm.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Aric Lasry <[email protected]>
  • Loading branch information
spolu and lasryaric authored Oct 3, 2023
1 parent cf86cbb commit 89d1979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/blocks/llm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 89d1979

Please sign in to comment.