Releases: jcrodriguez1989/chatgpt
Releases · jcrodriguez1989/chatgpt
v0.2.3
What's Changed
- Feature: Establish a conversation with ChatGPT by @jcrodriguez1989 in #20
- Feature: Allow to use proxies by @jcrodriguez1989 in #26
- Update gpt_get_completions.R by @dm807cam in #27
- Issue34 esimms999 minor typo by @esimms999 in #35
- Feature: Continue ChatGPT trimmed messages by @jcrodriguez1989 in #31
- Release v0.2.3 by @jcrodriguez1989 in #36
New Contributors
- @dm807cam made their first contribution in #27
- @esimms999 made their first contribution in #35
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Fix: API error handling by @jcrodriguez1989 in #15
- Add "Complete Code" addin by @shaynweidner in #11
- Clipboard copied code with clipr by @denisabd in #21
- Fix: Reordering concepts by @jcrodriguez1989 in #22
- Fix: Use testthat 3e by @jcrodriguez1989 in #23
- Release v0.2.2 by @jcrodriguez1989 in #16
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Feature: Change replies language with
OPENAI_RETURN_LANGUAGE
env var by @jcrodriguez1989 in #12 - Release v0.2.1 by @jcrodriguez1989 in #13
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Updated to allow OPENAI_MODEL to be gpt-3.5-turbo. by @shaynweidner in #9
- Release v0.2.0 by @jcrodriguez1989 in #10
New Contributors
- @shaynweidner made their first contribution in #9
Full Changelog: v0.1.5...v0.2.0
v0.1.5
What's Changed
- New function create_unit_tests
- surface internal function to return message only via
ask_chatgpt()
by @nicholas-masel in #4 - Consistency formatting for ask_chatgpt by @jcrodriguez1989 in #5
- Release v0.1.5 by @jcrodriguez1989 in #6
New Contributors
- @nicholas-masel made their first contribution in #4
- @jcrodriguez1989 made their first contribution in #5
Full Changelog: v0.1.4...v0.1.5
v0.1.4
First {chatgpt}
release with functions and addins for:
comment_code
create_variable_name
document_code
explain_code
find_issues_in_code
optimize_code
refactor_code