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
library(chattr)
chattr_use("gpt4")
chattr("show me a simple recipe")
and after setting e.g. option 2 the procedure fails. However, it's obvious that the chattr_use() command is ignored here since it is asked again for the model to use afterwards.
The text was updated successfully, but these errors were encountered:
The following using
chattr_app()
runs fine,while using
chattr()
gives me the following:and after setting e.g. option 2 the procedure fails. However, it's obvious that the
chattr_use()
command is ignored here since it is asked again for the model to use afterwards.The text was updated successfully, but these errors were encountered: