Skip to content

Hide omi chat #2134

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

Open
kodjima33 opened this issue Apr 1, 2025 · 2 comments
Open

Hide omi chat #2134

kodjima33 opened this issue Apr 1, 2025 · 2 comments

Comments

@kodjima33
Copy link
Collaborator

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 kodjima33 moved this to Next week in omi TODO / bounties Apr 1, 2025
@kodjima33 kodjima33 moved this from Next week to TODO (This week) in omi TODO / bounties Apr 1, 2025
@varshith257
Copy link

varshith257 commented Apr 1, 2025

@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

@Madhavan113
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: TODO (This week)
Development

No branches or pull requests

3 participants