commit | d0b8e53b503e6081e094e3548adbe8c15a91a882 | [log] [tgz] |
---|---|---|
author | ben-aaron188 <ben-aaron188@users.noreply.github.com> | Sat Dec 03 12:55:40 2022 +0100 |
committer | ben-aaron188 <ben-aaron188@users.noreply.github.com> | Sat Dec 03 12:55:40 2022 +0100 |
tree | b797c1ef20362917f8a96d361bf11fe0e2d5a8f7 | |
parent | c2f038f6ed8c8cd483fee134a319846a5d3831ef [diff] [blame] |
fix to encoding issue; no forcing fill=T for error handling
diff --git a/R/gpt3_single_completion.R b/R/gpt3_single_completion.R index bbf5495..f8df93a 100644 --- a/R/gpt3_single_completion.R +++ b/R/gpt3_single_completion.R
@@ -99,6 +99,7 @@ , encode = "json") request_content = httr::content(request_base) + # request_content = httr::content(request_base, encoding = "Latin-ASCII") if(n == 1){ core_output = data.table::data.table('n' = 1