Relative Content

Tag Archive for c#openai-apigpt-3gpt-4

Getting token exceed error while using OpenAI API

I am trying to fetch data from the CSV file via openai api but I am getting an error as token exceed. I have used both gpt-3.5 turbo and all the version of gpt-4 model to check on that. Kindly help me out in this. Is there any changes what i need to do in the prompt or should i use some other method to reduce the size of the token. I have also set the maximum token to 2500. I am using Swagger to check my end point request

Ggetting token exceed error while using OpenAI API

I am trying to fetch data from the CSV file via openai api but I am getting an error as token exceed. I have used both gpt-3.5 turbo and all the version of gpt-4 model to check on that. Kindly help me out in this. Is there any changes what i need to do in the prompt or should i use some other method to reduce the size of the token. I have also set the maximum token to 2500. I am using Swagger to check my end point request