You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preconditions:
there is at least one chat in Organization with model different from GPT-4 ( e.g. Llama 2)
there is at least one chat in Shared with me with model different from GPT-4 ( e.g. Google Imagen)
user exported any chat with model different from GPT-4 (e.g. GPT-3.5)
Steps:
create chat with GTP-4 , send request and get response
check recentModelIds in local storage -> recentModelIds [0]=GTP-4
duplicate chat from Organization
check recentModelIds in local storage -> recentModelIds [0] did not changed -> bug
duplicate chat from Shared with me
check recentModelIds in local storage -> recentModelIds [0] did not changed -> bug
import exported chat
check recentModelIds in local storage -> recentModelIds [0] did not changed -> bug
Actual result
Duplicate chat and import chat actions do not update recentModelIds
Expected result
Duplicate and import chat should update recentModelIds
Confidential information
I confirm that do not share any confidential information
The text was updated successfully, but these errors were encountered:
EPAM AI DIAL chat version
0.22.0
How to reproduce
Preconditions:
there is at least one chat in Organization with model different from GPT-4 ( e.g. Llama 2)
there is at least one chat in Shared with me with model different from GPT-4 ( e.g. Google Imagen)
user exported any chat with model different from GPT-4 (e.g. GPT-3.5)
Steps:
Actual result
Duplicate chat and import chat actions do not update recentModelIds
Expected result
Duplicate and import chat should update recentModelIds
Confidential information
The text was updated successfully, but these errors were encountered: