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
Hello, I'm excited to get started with gpttools but I seem to have run into an issue off the bat.
I've installed gpttools using pak::pak("JamesHWade/gpttools") which seemed to work fine.
The openai token is set properly in the r_environ and works well with gptstudio.
The gpttools features appear in the addins menu and are available through Ctrl+Shift+P
However, when I try to use any of the gpttools functions something appears to be happening in the console but my script remains unchanged and I can't access the response from OpenAI.
I have tried restarting R, reinstalling the package, using a clean environment and various different code chunks and functions (suggest unit tests/suggest improvements/convert to function etc) however no matter what I've done the result has been the same.
This is an example of the output from the console:
Selection: plantae <- lit_ents %>% filter(kingdom == "Plantae") %>% count() %>% collect() %>% as.numeric()
✔ Received response from OpenAI
Text to insert: plantae <- lit_ents %>% filter(kingdom == "Plantae") %>% count() %>% collect() %>%
as.numeric()
I'm using the latest versions of R (4.3.1) and R Studio (2023.09.0+463)
The text was updated successfully, but these errors were encountered:
Hello, I'm excited to get started with gpttools but I seem to have run into an issue off the bat.
I've installed gpttools using pak::pak("JamesHWade/gpttools") which seemed to work fine.
The openai token is set properly in the r_environ and works well with gptstudio.
The gpttools features appear in the addins menu and are available through Ctrl+Shift+P
However, when I try to use any of the gpttools functions something appears to be happening in the console but my script remains unchanged and I can't access the response from OpenAI.
I have tried restarting R, reinstalling the package, using a clean environment and various different code chunks and functions (suggest unit tests/suggest improvements/convert to function etc) however no matter what I've done the result has been the same.
This is an example of the output from the console:
Selection: plantae <- lit_ents %>% filter(kingdom == "Plantae") %>% count() %>% collect() %>% as.numeric()
✔ Received response from OpenAI
Text to insert: plantae <- lit_ents %>% filter(kingdom == "Plantae") %>% count() %>% collect() %>%
as.numeric()
I'm using the latest versions of R (4.3.1) and R Studio (2023.09.0+463)
The text was updated successfully, but these errors were encountered: