Skip to content

Commit

Permalink
fix: change default model to gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-jianliang committed May 26, 2024
1 parent 076833a commit eeb594f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/agent/chat-with-the-bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"engines": {
"selection": {
"type": "ChatGPT",
"model": "gpt-3.5-turbo",
"model": "gpt-4o",
"systemPrompt": "# Character\nYou are an AI assistant powered by advanced, state-of-the-art models.\n# Language: ${language}",
"prompt": "${selection}"
},
"all": {
"type": "ChatGPT",
"model": "gpt-3.5-turbo",
"model": "gpt-4o",
"systemPrompt": "Your are an assistant powered by OpenAI",
"prompt": ""
}
Expand Down
2 changes: 1 addition & 1 deletion src/agent/whats-this.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "What's this?",
"description": "Explains what a word or phrase means.",
"engine": "ChatGPT",
"models": ["gpt-3.5-turbo"],
"models": ["gpt-4o"],
"tags": ["common"],
"systemPrompt": "Please provide a clear and concise explanation for the details that the user is seeking in ${language}. This could be a word with a certain connotation, a unique phrase, a complete sentence, or a specific term.",
"prompts": {
Expand Down

0 comments on commit eeb594f

Please sign in to comment.