ben-aaron188 / rgpt3

Making requests from R to the GPT models
GNU General Public License v3.0
101 stars 16 forks source link

when i try changing model to gpt-4-turbo, it runs but says "The `model` is not supported or contains a typo." #18

Closed gunawebs closed 4 months ago

gunawebs commented 4 months ago

when i try changing model to gpt-4-turbo, it runs fine

but shows the error "The model is not supported or contains a typo."

I know that the rgpt3 API docs does not show this model in the supported list

But I am assuming this is a pass thru? and the error message is harmless?

ben-aaron188 commented 4 months ago

Good point. Let me check this tomorrow. Will get back to you.

On Thu, 11 Apr 2024 at 09:42, gunawebs @.***> wrote:

when i try changing model to gpt-4-turbo, it runs fine

but shows the error "The model is not supported or contains a typo."

I know that the rgpt3 API docs does not show this model in the supported list

But I am assuming this is a pass thru? and the error message is harmless?

— Reply to this email directly, view it on GitHub https://github.com/ben-aaron188/rgpt3/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC2FL4SMT6RZAXUUS7TECPLY4Y5HTAVCNFSM6AAAAABGBZEAU6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZTOMJRGU3DIMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ben-aaron188 commented 4 months ago

This was due to the model not being listed in the package as a valid model. The error message was harmless and this has now been updated. This can happen when OpenAI update/add models.

gunawebs commented 4 months ago

Thank you!