Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate and import chat not update recentModelIds in local storage #2822

Open
1 task done
YauheniyaH opened this issue Dec 16, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@YauheniyaH
Copy link

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:

  1. create chat with GTP-4 , send request and get response
  2. check recentModelIds in local storage -> recentModelIds [0]=GTP-4
  3. duplicate chat from Organization
  4. check recentModelIds in local storage -> recentModelIds [0] did not changed -> bug
  5. duplicate chat from Shared with me
  6. check recentModelIds in local storage -> recentModelIds [0] did not changed -> bug
  7. import exported chat
  8. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant