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 


[![R-CMD-check](https://github.com/libingfei/openaistream/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/libingfei/openaistream/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/libingfei/openaistream/graph/badge.svg?token=G8AXF6F4BC)](https://codecov.io/gh/libingfei/openaistream)
[![CRAN status](https://www.r-pkg.org/badges/version/openaistream)](https://CRAN.R-project.org/package=openaistream)
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/grand-total/openaistream?color=brightgreen)](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

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

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 512 Last month
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