openai_pipe icon indicating copy to clipboard operation
openai_pipe copied to clipboard

GPT4 Support

Open zachriggle opened this issue 3 years ago • 5 comments

It would be nice to be able to specify GPT4 for the model

zachriggle avatar Mar 22 '23 21:03 zachriggle

Agreed, I believe I will have some time to update in the next few days.

Aesthetikx avatar Mar 23 '23 15:03 Aesthetikx

@zachriggle It looks like GPT-4 is still in a private beta, but I will keep my eye on this. Do you have access to the beta? For now, the list of models available to me (at least in so far as what https://github.com/alexrudall/ruby-openai provides) does not yet include GPT-4.

Aesthetikx avatar Mar 24 '23 19:03 Aesthetikx

openai_pipe version 0.1.3 installed fresh from gem Anything I query I get the error Unable to fetch response: The model text-davinci-003 has been deprecated, learn more here: https://platform.openai.com/docs/deprecations

I see that this repo was updated 2 weeks ago but from what I can tell the current version in the master branch is also 0.1.3. Is this no longer functional or am I doing something wrong. If not, can the model be updated to gpt-4 or at least gpt-3.5-turbo? Better yet, can the model be configurable? Perhaps through an environment variable? That would be ideal. Just confused as this issue has been open almost a year and at least gpt-3.5 has been favored for quite a while. I don't know ruby or I would try to upgrade the model and make a PR.

slacksystem avatar Jan 28 '24 19:01 slacksystem

openai_pipe version 0.1.3 installed fresh from gem Anything I query I get the error Unable to fetch response: The model text-davinci-003 has been deprecated, learn more here: https://platform.openai.com/docs/deprecations

I see that this repo was updated 2 weeks ago but from what I can tell the current version in the master branch is also 0.1.3. Is this no longer functional or am I doing something wrong. If not, can the model be updated to gpt-4 or at least gpt-3.5-turbo? Better yet, can the model be configurable? Perhaps through an environment variable? That would be ideal. Just confused as this issue has been open almost a year and at least gpt-3.5 has been favored for quite a while. I don't know ruby or I would try to upgrade the model and make a PR.

I will take a look at this, in the mean time try gem update quick_openai

Aesthetikx avatar Jan 29 '24 15:01 Aesthetikx