KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
oaii
★ 9
Open GitHub ↗
OpenAI R interface package
Download README (.md)
Explore Similar Repositories
link-profiler
:
A CLI tool that helps to profile a link.
Tiny-Miracles-Dashboard
:
A comprehensive platform to facilitate effective management of community programs for NGOs.
ti-debpkgs
:
Apt repository for Texas Instruments
navni
:
Textmode / pixel graphics display library
remolo-pizza
:
Frontend site for a food application - Built with React and Redux-Toolkit
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
oaii
?
Download (.md)
<!-- badges: start --> [](https://github.com/cezarykuran/oaii/actions/workflows/R-CMD-check.yaml) [](https://www.codefactor.io/repository/github/cezarykuran/oaii) [](https://cran.r-project.org/package=oaii) [](https://cran.r-project.org/package=oaii) <!-- badges: end --> # OpenAI API R implementation The "oaii" package is a well-designed R library, crafted specifically to interface seamlessly with the OpenAI API. This package unlocks a broad spectrum of capabilities for R users, including text generation, language translation, and question-answering functionalities. By leveraging the robust capabilities of the API, the "oaii" package offers a comprehensive toolkit for users, enabling them to harness the full power of state-of-the-art AI models in their R-based applications. **Implemented endpoint helpers:** - stable: audio, chat, completions, embeddings, files, fine tunes, images, models, moderations - beta: assistants, threads, messages, runs ## Package instalation **stable** `install.packages('oaii')` or `remotes::install_github("https://github.com/cezarykuran/oaii.git", subdir = "package", ref = "master")` `devtools::install_github("https://github.com/cezarykuran/oaii.git", subdir = "package", ref = "master")` **develop** `remotes::install_github("https://github.com/cezarykuran/oaii.git", subdir = "package", ref = "develop")` `devtools::install_github("https://github.com/cezarykuran/oaii.git", subdir = "package", ref = "develop")` You will need to provide your OpenAI API key to interact with the API. ## Demo applications There exists a sister package named [oaiiDemoApps](https://github.com/cezarykuran/oaiiDemoApps) containing applications that demonstrate the practical use of the `oaii` package. The [oaiiDemoApps](https://github.com/cezarykuran/oaiiDemoApps) package contains: - An interactive Shiny demo application, which can be accessed at https://r.cezarykuran.it/shiny/oaii/ (feel free to explore its functionality!). - Several demonstration terminal applications written as R scripts. These applications serve as practical examples, demonstrating how to effectively leverage the package's functions for API communication. ## Contributions Contributions to the package are welcome. If you encounter any issues or have suggestions for improving the package, feel free to open an issue or submit a pull request. ## Other **[OpenAI](https://openai.com/) useful links:** - [API reference](https://platform.openai.com/docs/api-reference/) - [API help pages](https://help.openai.com/en/collections/3675931-openai-api) - [docs](https://platform.openai.com/docs/introduction) - [openai-cookbook](https://github.com/openai/openai-cookbook/)