Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Feat Models [GPT-3.5 1106] (#58)
Browse files Browse the repository at this point in the history
[+] feat(constant.ts): add new model gpt-3.5-turbo-1106 to DEFAULT_MODELS
  • Loading branch information
H0llyW00dzZ authored Nov 6, 2023
1 parent 3316589 commit e502f71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ export const DEFAULT_MODELS = [
name: "gpt-3.5-turbo-0613",
available: true,
},
{
name: "gpt-3.5-turbo-1106",
available: true,
},
{
name: "gpt-3.5-turbo-16k",
available: true,
Expand Down

0 comments on commit e502f71

Please sign in to comment.