Package: gptr 0.6.0
gptr: A Convenient R Interface with the OpenAI 'ChatGPT' API
A convenient interface with the OpenAI 'ChatGPT' API <https://openai.com/api>. 'gptr' allows you to interact with 'ChatGPT', a powerful language model, for various natural language processing tasks. The 'gptr' R package makes talking to 'ChatGPT' in R super easy. It helps researchers and data folks by simplifying the complicated stuff, like asking questions and getting answers. With 'gptr', you can use 'ChatGPT' in R without any hassle, making it simpler for everyone to do cool things with language!
Authors:
gptr_0.6.0.tar.gz
gptr_0.6.0.zip(r-4.5)gptr_0.6.0.zip(r-4.4)gptr_0.6.0.zip(r-4.3)
gptr_0.6.0.tgz(r-4.4-any)gptr_0.6.0.tgz(r-4.3-any)
gptr_0.6.0.tar.gz(r-4.5-noble)gptr_0.6.0.tar.gz(r-4.4-noble)
gptr_0.6.0.tgz(r-4.4-emscripten)gptr_0.6.0.tgz(r-4.3-emscripten)
gptr.pdf |gptr.html✨
gptr/json (API)
# Install 'gptr' in R: |
install.packages('gptr', repos = c('https://broccolito.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/broccolito/gptr/issues
Last updated 6 months agofrom:5e960b091e. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win | OK | Oct 25 2024 |
R-4.5-linux | OK | Oct 25 2024 |
R-4.4-win | OK | Oct 25 2024 |
R-4.4-mac | OK | Oct 25 2024 |
R-4.3-win | OK | Oct 25 2024 |
R-4.3-mac | OK | Oct 25 2024 |
Exports:dataframe_to_textget_response
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert data.frams to text interpretable by ChatGPT | dataframe_to_text |
Get Response from OpenAI Chat API | get_response |