-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the latest GPT-4 Turbo model in API
- Loading branch information
1 parent
9b41544
commit a24d560
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import OpenAIAPIBot from "./OpenAIAPIBot"; | ||
|
||
export default class OpenAIAPI4128KBot extends OpenAIAPIBot { | ||
static _className = "OpenAIAPI4128KBot"; // Class name of the bot | ||
static _logoFilename = "openai-4-logo.png"; // Place it in public/bots/ | ||
static _isDarkLogo = true; // The main color of logo is dark | ||
static _model = "gpt-4-1106-preview"; | ||
|
||
constructor() { | ||
super(); | ||
} | ||
} |
a24d560
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
chatall – ./
chatall-llm.vercel.app
chatall-git-main-sunner.vercel.app
chatall-sunner.vercel.app