-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
No output after asking question #118
Comments
I'm having the same issue. Is it possible is has something to do with my ChatGPT account settings? |
This package now works well in the console |
Hello, I'm also running into the same issue, has there been a fix yet? Adding screenshots for more info. Further probing using backtracing, I get the error message below: Error in
|
Hi all, yes, I plan to offload ChatGPT's backend to https://github.com/tidyverse/elmer once it comes out. This will provide a more consistent interface |
I run the app using this code in rstudio.
library(chattr)
Sys.setenv("OPENAI_API_KEY" = "sk-........fV3D")
chattr_use("gpt35")
chattr_app()
it opens up the app in viewer pane and im able to submit a question. nothing is returned though after asking question.
Am on a work network so not sure if that is messing it up.
Thanks.
The text was updated successfully, but these errors were encountered: