Skip to content

Commit

Permalink
Increment version number to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CorradoLanera committed Jun 9, 2024
1 parent 5d4d8d1 commit b47d481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gpteasyr
Title: A basic and simple interface to OpenAI’s GPT API
Version: 0.3.0.9000
Version: 0.4.0
Authors@R:
person("Corrado", "Lanera", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0520-7428"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gpteasyr (development version)
# gpteasyr 0.4.0

* Added `batch_upload_file`, `batch_create`, `batch_status`, `batch_cancel`, `batch_list`, and `batch_result` functions to manage batch queries accordingly to OpenAi API specification.
* Added `create_jsonl_records`, and `write_jsonl_files` functions to compose 'jsonl' files useful for batch queries accordingly to API specification. Model's options are available like for `query_gpt`, `gpt_query_on_column`, and `get_completion_from_messages`.
Expand Down

0 comments on commit b47d481

Please sign in to comment.