5 ms·
> When OpenAI released GPT-4, we were able to change one parameter, and everything still just worked. Wouldn't that be the same if you used the OAI js library
by mmq 3y ago
> When OpenAI released GPT-4, we were able to change one parameter, and everything still just worked.
Wouldn't that be the same if you used the OAI js library directly? Basically swapping the model parameter?
- jpulec 3y agoIt's not. The API is different, since GPT-4 is a chat based model, and davinci isn't. It's not a huge difference, but these little sort of things add up.
- mmq 3y agoI see, thought you were using GPT-3.5 and moved to GPT-4.
- dbish 3y agoIt is a very minor change (made the changes in minutes and didn't have to bring in a new framework for it).
- shepardrtc 3y agoAgreed. It's a trivial change, certainly not a justification for using langchain.