Skip to content

Commit

Permalink
feat(ai-help): bump GPT-4 Turbo model (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Jan 31, 2024
1 parent 6d71177 commit 9c9038a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ai/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ pub const AI_HELP_GPT3_5_FULL_DOC_NEW_PROMPT: AIHelpConfig = AIHelpConfig {
};

pub const AI_HELP_GPT4_FULL_DOC_NEW_PROMPT: AIHelpConfig = AIHelpConfig {
name: "20230901-gpt4-full_doc-new_pormpt",
model: "gpt-4-1106-preview",
name: "20240125-gpt4-full_doc-new_prompt",
model: "gpt-4-0125-preview",
full_doc: true,
system_prompt: include_str!("prompts/new_prompt/system.md"),
user_prompt: None,
Expand Down

0 comments on commit 9c9038a

Please sign in to comment.