deiucanta / chatpad

Not just another ChatGPT user-interface!
https://chatpad.ai
GNU Affero General Public License v3.0
1.33k stars 252 forks source link

OpenAI gpt-4-turbo-preview Model #108

Closed adit-s closed 1 month ago

adit-s commented 5 months ago

Hello. First, I'd like to say this is an excellent tool and thanks for writing it. I just started using it and it's extremely useful. I'm new to OpenAI and still learning the concepts. I went through their web pages and know the gpt-4-turbo-preview model is now available via the API and costs less than gpt-4. I was trying to choose it in Chatpad, but it isn't one of the options (at least that I recognize).

Is there a way to choose gpt-4-turbo-preview? If not, would you be able to add it as one of the options?

This open issue would be the perfect solution.

Thanks, Adit Sood

Supernova3339 commented 5 months ago

We are currently reviewing current PRs and will be preparing a release candidate soon.

On Sat, Feb 3, 2024, 1:19 PM adit-s @.***> wrote:

Hello. First, I'd like to say this is an excellent tool and thanks for writing it. I just started using it and it's extremely useful. I'm new to OpenAI and still learning the concepts. I went through their web pages and know the gpt-4-turbo-preview model is now available via the API and costs less than gpt-4. I was trying to choose it in Chatpad, but it isn't one of the options (at least that I recognize).

Is there a way to choose gpt-4-turbo-preview? If not, would you be able to add it as one of the options?

This open issue https://github.com/deiucanta/chatpad/issues/96 would be the perfect solution.

Thanks, Adit Sood

— Reply to this email directly, view it on GitHub https://github.com/deiucanta/chatpad/issues/108, or unsubscribe https://github.com/notifications/unsubscribe-auth/APESZJRLWXEOHFNNWJ2Q243YR2EVVAVCNFSM6AAAAABCYHTUBGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEYTMNRUHAZDOMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

larsilus commented 3 months ago

When will you have a new release? https://platform.openai.com/docs/models/gpt-4-turbo-and-gpt-4 In April the latest gpt 4 Release is gpt-4-turbo. Any help needed?

bgriffen commented 2 months ago

Seconded, also very interested in being able to use GPT4-turbo, especially owing to the lower costs.

timkunze commented 2 months ago

Is a new release planned?

jarodsmk commented 2 months ago

Since gpt-4o is available to use via the OpenAI API, it would be great to have that as an included model in an upcoming release too.

jarodsmk commented 2 months ago

Created a PR for the above.

Supernova3339 commented 2 months ago

Will look into it

On Tue, May 14, 2024, 4:06 AM jarodsmk @.***> wrote:

Created a PR for the above.

— Reply to this email directly, view it on GitHub https://github.com/deiucanta/chatpad/issues/108#issuecomment-2109671182, or unsubscribe https://github.com/notifications/unsubscribe-auth/APESZJSG6SQE4BIFDQG72JTZCHHYJAVCNFSM6AAAAABCYHTUBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBZGY3TCMJYGI . You are receiving this because you commented.Message ID: @.***>

bgriffen commented 2 months ago

Is it really a case of four lines added to a json to activate this? I probably should have looked at the source code earlier.

@_@

jarodsmk commented 2 months ago

From what I could see it seems like it - unless I missed something 👀 (plausible)

jarodsmk commented 2 months ago

I gave it another test this morning and noticed a strange quirk, will update my PR. The 3.5/4 model selector at the bottom of the page selects 3.5 despite 4o being selected in the settings menu. I've added 4o as an option, but I think we may need to reconsider that selector in the future.

Here's a sample of 4o working on my current main branch: image

Here's the new option I propose adding, and the model selector I was referring to: image