History of Conversation #659

Closed
opened 2026-02-21 17:27:55 -05:00 by yindo · 2 comments
Owner

Originally created by @MostafaAly331 on GitHub (Nov 6, 2023).

Provide a description of the help you need

Hello,
1-I'm experiencing a problem with GPT-3.5. The AI application seems to not remember the information or questions I've previously provided in the conversation history. As a result, I have to re-enter the information each time.
Please tell me how can fix it with gpt3.5 by the way when using gpt 4 working well but need 3.5 to work well also

2- can you explain me the max token configuration why set it 2/3 of range BTW when I set the fully max token is returned error
How it is work

Originally created by @MostafaAly331 on GitHub (Nov 6, 2023). ### Provide a description of the help you need Hello, 1-I'm experiencing a problem with GPT-3.5. The AI application seems to not remember the information or questions I've previously provided in the conversation history. As a result, I have to re-enter the information each time. Please tell me how can fix it with gpt3.5 by the way when using gpt 4 working well but need 3.5 to work well also 2- can you explain me the max token configuration why set it 2/3 of range BTW when I set the fully max token is returned error How it is work
yindo closed this issue 2026-02-21 17:27:55 -05:00
Author
Owner

@MostafaAly331 commented on GitHub (Nov 7, 2023):

Please Check

@MostafaAly331 commented on GitHub (Nov 7, 2023): Please Check
Author
Owner

@crazywoola commented on GitHub (Nov 26, 2023):

1-I'm experiencing a problem with GPT-3.5. The AI application seems to not remember the information or questions I've previously provided in the conversation history. As a result, I have to re-enter the information each time.
Please tell me how can fix it with gpt3.5 by the way when using gpt 4 working well but need 3.5 to work well also

This should act as the same otherwise it's a bug.

2- can you explain me the max token configuration why set it 2/3 of range BTW when I set the fully max token is returned error
How it is work

Because each time the tokens you sent equals max token + prompt token, if you prompt is super long, you will get overflow, it's a recommend value. But you can set to max if you haven't input any prompt.

@crazywoola commented on GitHub (Nov 26, 2023): > 1-I'm experiencing a problem with GPT-3.5. The AI application seems to not remember the information or questions I've previously provided in the conversation history. As a result, I have to re-enter the information each time. Please tell me how can fix it with gpt3.5 by the way when using gpt 4 working well but need 3.5 to work well also This should act as the same otherwise it's a bug. > 2- can you explain me the max token configuration why set it 2/3 of range BTW when I set the fully max token is returned error How it is work Because each time the tokens you sent equals `max token + prompt token`, if you prompt is super long, you will get overflow, it's a recommend value. But you can set to max if you haven't input any prompt.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#659