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
If we can, I'd like the prompt for the user-facing chat() function to always expect a character rather than a list. Or at least, it would be great if chat(prompt = "my prompt") still works.
We came up with a series of s3 objects in gptstudio to generically handle:
building a prompt and associated configuration options
performing the api call
processing the response
I'm intrigued by .... The approach in gptstudio works, but it feels a bit too complicated.
wrt to its first argument, and add methods for :
character
: like the one we currently havechat_tibble
: so that we can have follow up conversations with the 🤖 , shouldchat_tibble
be renamedconversation
or justchat
?The text was updated successfully, but these errors were encountered: