forked from libingfei/openaistream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
executable file
·32 lines (25 loc) · 1.22 KB
/
README.Rmd
File metadata and controls
executable file
·32 lines (25 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/RM-",
out.width = "100%"
)
```
# openaistream <img src="man/figures/logo.png" align="right" width="120"/>
<!-- badges: start -->
[](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)
<!-- badges: end -->
## 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")
```