I'm wondering if it works since davinci is deprecated. I tried to migrate it and got mainly error 404. Thanks.
Hi Federico,
According to OpenAIs current documentation it should still be possible to use 'davinci-002'. Which exact model are you using?
This endpoint is indeed the legacy endpoint. I will update once I have time to include the newest endpoint that allows for newer gpt models. Here is the models that, according to documentation, should still work with legacy API:
Let me know!
Cheers,
Paulo
Hi @Paulo Ritto, thanks for replying. Eventually, I could use the gpt-3.5-turbo-instruct. However, I'd like to use the normal 3.5-turbo for having a normal chat. I'm not sure if it's possible.
I'm trying to create a conversation and for any reason, I'm getting a 404.
I think the reason is that I should use the: https://api.openai.com/v1/chat/completions
I'd like to have a conversation with ChatGPT, and I think this other method should be exposed since for now, I'm only getting a 404.
Do you know if there is any way to expand your lib?
Thank you.