Skip to content

Commit

Permalink
add new GPT-4 0125 Model
Browse files Browse the repository at this point in the history
  • Loading branch information
h1zqeel committed Mar 9, 2024
1 parent c7225f7 commit 2c1aa72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ https://my-gpt.is-an.app
- `GPT 3.5 Turbo 16k`
- `GPT 4`
- `GPT 4 32k`
- `GPT 4 (1106) Turbo Preview`
- `GPT 4 (0125) Turbo Preview`
- `Google PaLM 2`
- `Google Gemini Pro`
- `Claude 2`
Expand Down
3 changes: 2 additions & 1 deletion constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export const gptModels = [
{ value: 'gpt-3.5-turbo-16k', name: 'GPT 3.5 Turbo 16k', llm: 'openai' },
{ value: 'gpt-4', name: 'GPT 4', llm: 'openai' },
{ value: 'gpt-4-32k', name: 'GPT 4 32k', llm: 'openai' },
{ value: 'gpt-4-1106-preview', name: 'GPT 4 Turbo Preview', llm: 'openai' },
{ value: 'gpt-4-1106-preview', name: 'GPT 4 (1106) Turbo Preview', llm: 'openai' },
{ value: 'gpt-4-0125-preview', name: 'GPT 4 (0125) Turbo Preview', llm: 'openai' },
{ value: 'models/chat-bison-001', name: 'PaLM 2', llm: 'googlepalm' },
{ value: 'models/gemini-pro', name: 'Gemini Pro', llm: 'googlegemini' },
{ value: 'claude-2.0', name: 'Claude 2', llm: 'claude' },
Expand Down

0 comments on commit 2c1aa72

Please sign in to comment.