Y
Hacker News
new
|
ask
|
show
|
jobs
by
capableweb
1186 days ago
The keys for GPT3 (`GPT-3.5-turbo` is the actual model ID) is the same as for GPT-4. You define the model when you make the request to the API.
1 comments
layer8
1186 days ago
Does this work if you only have GPT-4 access via a ChatGPT subscription (ChatGPT Plus)?
link
fredliu
1186 days ago
It doesn't. Even if you have ChatGPT Plus, the key you have only supports 3.5 unless you are explicitly given the gpt-4 key.
link
capableweb
1186 days ago
It's true that you need explicit access to the GPT-4 to use the API, but again, it's not a different key. I'm using the same API key for accessing `gpt-3.5-turbo` as I use for `gpt-4`.
link
fredliu
1186 days ago
There seems to be already a PR for adding 3.5 support. The community and speed of change in this field is mind blowing!
link
capableweb
1186 days ago
Oh yeah, changing 33 lines is truly revolutionary!
link
enricoros
1185 days ago
OP: I went to sleep with this as my 1st post and 1 star, and woke up with a PR for 3.5-Turbo pending. Community for the win!
link