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
We can have a ai model option for user to try an generate analysis, with request limit (3 or something). A free model like gemini would do. Offering a trial glimpse where users can explore ai analyses without the immediate need for an API key. This could improve user experience without committing to an API key right away.
Further Comments / References
Thoughts ?
Do we need this?
The text was updated successfully, but these errors were encountered:
This would certainly improve the UX regarding trying out AI analysis.
But how would you do that? We can't really add a random token in the codebase.
We'll need an LLM that can either work without a token with a very restricted limit, or have an intermediate external service that generates a short lived token.
Why do we need this ?
We can have a ai model option for user to try an generate analysis, with request limit (3 or something). A free model like gemini would do. Offering a trial glimpse where users can explore ai analyses without the immediate need for an API key. This could improve user experience without committing to an API key right away.
Further Comments / References
Thoughts ?
Do we need this?
The text was updated successfully, but these errors were encountered: