Releases: yifeifrank/aitagR
aitag v1.3.3
Added response_format option for structural output
aitag v1.3.2
Enhanced performance
aitag v1.3.1
Updated easy to use functions, users are able to choose if they want to store result, and modify rate limit time.
aitag v1.3.0
Enhanced avalibility, added support for obabooga and claude api.
aitag v1.2.0
Rewritten the package using httr2
Now the function will only output one column (the response)
aitag v1.1.2
prolonged timeout for pplx api
aitag v1.1.0
aitag version 1.1.0 includes some significant improvements and structural changes that will enhance workflow.
1. New Functionality:
- We have updated the perplexity API. Please use
tag_perplexity
for accessing this feature going forward.
2. Structural Changes: - The package now operates on individual columns rather than entire dataframes, simplifying the process and improving usability.
- Additionally, the
gpt_annotate
function has been renamed totag_gpt
to better reflect its functionality.
aitag v1.0.0
The initial release of the R package "aitag" provides two key functions to streamline the process of annotating files using the GPT API. The first function, gpt_annotate(), seamlessly interfaces with the GPT API to request annotations for the provided files. It efficiently processes the files, sends them to the API, and generates corresponding GPT-annotated files, saving valuable time and effort in the annotation workflow.
The second function, get_response(), offers a convenient way to retrieve and collate the annotated files generated by gpt_annotate(). It intelligently gathers the annotated files and transforms them into a structured R data object, enabling easy access and manipulation of the annotated data within the R environment. This function simplifies the process of integrating GPT-annotated data into downstream analysis and modeling tasks in R.
aitag v1.1.1
updated the error handling method