Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.0%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
openai api
Basic Info
- Host: GitHub
- Owner: libingfei
- License: other
- Language: R
- Default Branch: main
- Size: 1.23 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
- Releases: 0
Created over 2 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/RM-",
out.width = "100%"
)
```
# openaistream
[](https://github.com/libingfei/openaistream/actions/workflows/R-CMD-check.yaml)
[](https://codecov.io/gh/libingfei/openaistream)
[](https://CRAN.R-project.org/package=openaistream)
[](https://cranlogs.r-pkg.org/badges/grand-total/openaistream?color=brightgreen)
## Overview
`{openaistream}` is an unofficial SDK for OpenAI, which aims to implement all related features as comprehensively as possible. It is updated every two months based on the actual changes in OpenAI's interfaces.
## Installation
The method to install openai is:
```{r, eval = FALSE}
install.packages("openaistream")
```
Owner
- Login: libingfei
- Kind: user
- Repositories: 1
- Profile: https://github.com/libingfei
GitHub Events
Total
- Fork event: 1
Last Year
- Fork event: 1
Packages
- Total packages: 1
-
Total downloads:
- cran 512 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 6
- Total maintainers: 1
cran.r-project.org: openaistream
Streaming Capabilities for 'OpenAI API' Interactions
- Homepage: https://github.com/libingfei/openaistream
- Documentation: http://cran.r-project.org/web/packages/openaistream/openaistream.pdf
- License: MIT + file LICENSE
-
Latest release: 0.3.0
published about 2 years ago
Rankings
Dependent packages count: 28.9%
Dependent repos count: 36.9%
Average: 50.9%
Downloads: 86.8%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- R >= 4.2.0 depends
- R6 >= 2.5.1 depends
- curl >= 5.1.0 depends
- httr2 >= 0.2.3 depends
- iterators >= 1.0.14 depends
- jsonlite >= 1.8.7 depends
- png >= 0.1 suggests