go-openai icon indicating copy to clipboard operation
go-openai copied to clipboard

GPT-4

Open sashabaranov opened this issue 1 year ago • 4 comments

To get access to the GPT-4 API (which uses the same ChatCompletions API as gpt-3.5-turbo), please sign up for our waitlist. We will start inviting some developers today, and scale up gradually to balance capacity with demand. If you are a researcher studying the societal impact of AI or AI alignment issues, you can also apply for subsidized access via our Researcher Access Program.

https://openai.com/research/gpt-4

sashabaranov avatar Mar 14 '23 17:03 sashabaranov

https://platform.openai.com/docs/models/gpt-4

it's available. and works already cap of 100 messages every 4 hours. PS: Actually it does not yet work: panic: error, status code: 404, message: That model does not exist

go-dockly avatar Mar 14 '23 20:03 go-dockly

Partially covered in https://github.com/sashabaranov/go-openai/pull/157

sashabaranov avatar Mar 15 '23 08:03 sashabaranov

@sashabaranov You put it but not yet implemented properly

i get this after put "GPT432K"

"currently, only gpt-3.5-turbo and gpt-3.5-turbo-0301 are supported"

jordon31 avatar Mar 15 '23 08:03 jordon31

@sashabaranov

You put it but not yet implemented properly

i get this after put "GPT432K"

"currently, only gpt-3.5-turbo and gpt-3.5-turbo-0301 are supported"

cccdz avatar Mar 15 '23 11:03 cccdz

@jordon31 @cccdz please re-try after updating the library v1.5.2 fixes that.

go get -u github.com/sashabaranov/go-openai

sashabaranov avatar Mar 16 '23 06:03 sashabaranov

@sashabaranov image

cccdz avatar Mar 16 '23 06:03 cccdz

@cccdz the GPT-4 API is invitation-only now, did you get the invitation?

sashabaranov avatar Mar 16 '23 08:03 sashabaranov

understand

@cccdz the GPT-4 API is invitation-only now, did you get the invitation?

cccdz avatar Mar 16 '23 08:03 cccdz