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 similar thought to #29, but maybe a bit easier to implement. In some cases, we may want to make repeated API calls without saving the history for each call. An example is Edgar Ruiz's mall package.
Preserving the usage monitoring but removing the history would be nice. What about adding a save_history param to chat()?
The text was updated successfully, but these errors were encountered:
For now, I'd recommend setting up a base chat object and then calling $clone() before you start chatting. I'm not sure what this interface will look like long term, but it's also likely to be connected to caching (#107)
This is a similar thought to #29, but maybe a bit easier to implement. In some cases, we may want to make repeated API calls without saving the history for each call. An example is Edgar Ruiz's mall package.
Preserving the usage monitoring but removing the history would be nice. What about adding a
save_history
param tochat()
?The text was updated successfully, but these errors were encountered: