Skip to content

Commit

Permalink
Add GPT-4 Turbo model (#1235)
Browse files Browse the repository at this point in the history
* Update Readme.md to include GPT-4 turbo model

* Update Config.json to include gpt-4-turbo-preview model
  • Loading branch information
santiagoti committed Mar 14, 2024
1 parent 17922c9 commit 4c3ad1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/ChatGPT.popclipext/Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"label": "Model",
"type": "multiple",
"defaultValue": "gpt-3.5-turbo",
"values": ["gpt-3.5-turbo", "gpt-4"]
"values": ["gpt-3.5-turbo", "gpt-4-turbo-preview", "gpt-4"]
},
{
"identifier:": "resetMinutes",
Expand Down
4 changes: 2 additions & 2 deletions source/ChatGPT.popclipext/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChatGPT

PopClip extension to send the selected text to [OpenAI](https://openai.com/)'s GPT-3.5 chat API, and append the response.
PopClip extension to send the selected text to [OpenAI](https://openai.com/)'s GPT-3.5 and GPT-4 chat API, and append the response.

**Note: Requires pre-paid API credits on your OpenAI account. API usage is not included in ChatGPT Plus subscripiton.**

Expand Down Expand Up @@ -36,7 +36,7 @@ account. To get an API Key:

#### Model

Available values are `gpt-3.5-turbo` and `gpt-4`. Note that some accounts might not be able to access the GPT-4 model — see OpenAI's documentation for details.
Available values are `gpt-3.5-turbo`, `gpt-4-turbo-preview` and `gpt-4`. Note that some accounts might not be able to access the GPT-4 model — see OpenAI's documentation for details.

#### Reset Timer (minutes)

Expand Down

0 comments on commit 4c3ad1b

Please sign in to comment.