commit | 2b89c2a032b9bc4d3c760aa93be0b39f2ed09e37 | [log] [tgz] |
---|---|---|
author | ben-aaron188 <ben-aaron188@users.noreply.github.com> | Sun Sep 11 16:54:25 2022 +0200 |
committer | ben-aaron188 <ben-aaron188@users.noreply.github.com> | Sun Sep 11 16:54:25 2022 +0200 |
tree | 9ec6ed2f59c8d4de94896206dad3f167157c8980 | |
parent | 287b30b9fe6bf2907c38e8b787fce2b358b80b11 [diff] [blame] |
updated function names
diff --git a/R/test_request.R b/R/test_request.R index 7b8c7e4..673f1c0 100644 --- a/R/test_request.R +++ b/R/test_request.R
@@ -12,7 +12,7 @@ check_apikey_form() test_prompt = 'Write a story about R Studio:' - test_outout = gpt3_make_request(prompt_ = test_prompt + test_outout = gpt3_single_request(prompt_ = test_prompt , max_tokens = 100) print(paste0('.. test successful ..'))