28
Views
3
Comments
[OpenAI Connector] Do it work with gpt-3.5-turbo?
Question
openai-connector
Service icon
Forge asset by Paulo Ritto
Application Type
Service

I'm wondering if it works since davinci is deprecated. I tried to migrate it and got mainly error 404. Thanks.

2022-05-02 13-50-49
Paulo Ritto

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

2024-03-03 23-22-33
Federico Navarrete

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.

 


2024-03-03 23-22-33
Federico Navarrete

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.

 


TestGPT2.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.