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
I've noticed that Gemini uses slightly different roles, so I brought this complexity to server-side rather than client-side, since its a couple of nested ifs.
Note I've added a new effective_role = 'array' type (maybe better "model_array" because when the model puts an array it should probably be in robotic style (gray, monofonted) and dfifferent to when its speaking Englihs back to you (black, bold, ..).
I've noticed that Gemini uses slightly different roles, so I brought this complexity to server-side rather than client-side, since its a couple of nested ifs.
Original
Views/index.rb:
My proposal
Add a
style
to backend hashviews/index.rb: View:
Controller:
The text was updated successfully, but these errors were encountered: