We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CloudEvaluate[CurrentChatSettings["Model"]]
This fails in non-notebook cloud evaluations:
In[1]:= CloudEvaluate[CurrentChatSettings["Model"]] Out[1]= $Failed
This is due to $Notebooks being True:
$Notebooks
True
In[2]:= CloudEvaluate[$Notebooks] Out[2]= True
The text was updated successfully, but these errors were encountered:
Added a test for #592
fb28396
CurrentChatSettings
rhennigan
Successfully merging a pull request may close this issue.
This fails in non-notebook cloud evaluations:
This is due to
$Notebooks
beingTrue
:The text was updated successfully, but these errors were encountered: