Skip to content

Commit

Permalink
Move GPT-4 Turbo API to the latest GA version
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored and sunner committed Apr 18, 2024
1 parent b80df05 commit 5c8931e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bots/openai/OpenAIAPI4128KBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default class OpenAIAPI4128KBot extends OpenAIAPIBot {
static _className = "OpenAIAPI4128KBot"; // Class name of the bot
static _logoFilename = "openai-4-128k-logo.png"; // Place it in public/bots/
static _isDarkLogo = true; // The main color of logo is dark
static _model = "gpt-4-turbo-preview";
static _model = "gpt-4-turbo";

constructor() {
super();
Expand Down

0 comments on commit 5c8931e

Please sign in to comment.