Diet Plan creation using GPT

Hey,
We have been trying to feed inputs to GPT API using GPT 4 model. Although it gives quality response but takes 100-120 seconds to generate complete response. Also, we are struggling to ask repeat questions on that diet plan for example change this particular dish with another and maintain the same calories. We are in Tier 2 level of ChatGPT.

Would love to get some helpful insights to make improvements.

1 Like

I’ve also been experimenting with it. The issue I encountered was the 16k token maximum limit. You should consider splitting your JSON response into smaller chunks and then feeding only the necessary data for updating. If you require any assistance, feel free to ask.

1 Like