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
This is a very interesting subject. I would say we take the following approach (as partially outlined above).
Query the database when a user logs in and store the user's words in the session as a dict/set.
Merge this dict with the recently generated words in the generate_slang functionality.
We also don't want to end up not generating any slang anymore, so maybe we should also fall back to increasing the temperature once we don't generate any words anymore?
Multiple options here, since there is only a finite amount of words to generate (especially if temp is low)
Let me know what you think..
The text was updated successfully, but these errors were encountered: