Need to overcome max token issue for my json

I m looking to pass the 10-20k characters of JSON data to openai and ask questions about it but i m running into issues with max tokens, is this something you could help me with? (Python)

Hi @tavethiyabhargav

All models have a finite context length (max tokens) which cannot be exceeded.

Your specific use-case requires embeddings. Here’s the official OpenAI docs on embeddings

1 Like

None of the links I shared require any login @raul_pablo_garrido_c

You shouldn’t be getting it. I can open the link in incognito without any logins.

Are you trying to access this from a country not supported by OpenAI?

1 Like