Skip to content

Commit

Permalink
updated docs for v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-aaron188 committed Dec 1, 2022
1 parent 360f88f commit c2f038f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rgpt3
Title: Making requests from R to the GPT-3 API
Version: 0.2.1
Version: 0.3
Authors@R:
person("Bennett", "Kleinberg", email = "bennett.kleinberg@tilburguniversity.edu", role = c("aut", "cre"))
Description: With this package you can interact with the powerful GPT-3 models in two ways: making requests for completions (e.g., ask GPT-3 to write a novel, classify text, answer questions, etc.) and retrieving text embeddings representations (i.e., obtain a low-dimensional vector representation that allows for downstream analyses). You need to authenticate with your own Open AI API key and all requests you make count towards you token quota. For completion requests and embeddings requests, two functions each allow you to send either sinlge requests (`gpt3_single_request()` and `gpt3_single_embedding()`) or send bunch requests where the vectorised structure is used (`gpt3_requests()` and `gpt3_embeddings()`).
Expand Down
2 changes: 1 addition & 1 deletion man/gpt3_completions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/gpt3_single_completion.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file renamed rgpt3_0.2.1.pdf → rgpt3_0.3.pdf
Binary file not shown.

0 comments on commit c2f038f

Please sign in to comment.