omi icon indicating copy to clipboard operation
omi copied to clipboard

Hide omi chat

Open kodjima33 opened this issue 9 months ago • 2 comments

Need to think of a good onboarding flow where we redirect people to chatgpt instead of using omi chat. And we need to hide our chat (for now)

kodjima33 avatar Apr 01 '25 01:04 kodjima33

@kodjima33 Yes, this seems to be related to the current blocker around prompt quality

I have already got good design flow for Omi chat and finalizing a self-improving prompt engine for Omi Chat that has a basic flow of below:

  • dynamically selects the best prompt per use-case
  • tracks user feedback ( maybe we can say thumbs or stars) to auto-rank and improve prompts
  • prioritizes markdown formatting when it is beneficial
  • supports auto-evolving prompt variants (RLHF-style)

I have occupied with others works from last week. They will get complete by next 2 days. Then I will deliever above within a week of demo . But need a discussion around it maybe can be connected in discord

Ahh, this approach also good and let’s go ahead with hiding the Omi chat for now and routing users to ChatGPT during onboarding. For this issue, I am thinking something like - UI conditionally hides Omi Chat based on a feature flag like NEXT_PUBLIC_SHOW_OMI_CHAT. If chat is hidden, we can show a friendly message and a redirect to ChatGPT. So that we couldn't require any backend/API changes but we can disable chat route with a message if needed. Let me know if needed to work on this first

varshith257 avatar Apr 01 '25 09:04 varshith257

@varshith257 I can try and implement it, can you add a bit more context?

Madhavan113 avatar Apr 01 '25 20:04 Madhavan113