-
I am trying to integrate Jan.ai's openai based LLM like gpt-4-turbo and gpt-4o from LaVauge framework to automate the testing. But when tried to integrate it is giving "Request payload too large" error. I am not sure where I can increase the request size limit in Jan.ai. Can anyone please throw some light on this issue and is there any option in Jan.ai where we can increase the request size limit ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @sasanknvs could I ask, are you submitting the request through the API or using the chat interface? If you are using Chat GUI, please select View > Toggle Developer Tools > Network and duplicating a chat_completion response here? (Please do not attach the request key) If you are using API, is it possible to compress the image from the client? |
Beta Was this translation helpful? Give feedback.
Hi @sasanknvs could I ask, are you submitting the request through the API or using the chat interface?
If you are using Chat GUI, please select View > Toggle Developer Tools > Network and duplicating a chat_completion response here? (Please do not attach the request key)
If you are using API, is it possible to compress the image from the client?