Skip to content

Commit

Permalink
update news
Browse files Browse the repository at this point in the history
  • Loading branch information
al2na committed Jan 29, 2024
1 parent 68802d4 commit 0071c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# mergen Version 0.2.0 _2023-12-29_
# mergen Version 0.2.0 _2024-01-29_
* URLs in DESCRIPTION added
* new feature: now users can specify openai-like APIs by providing url and setting
agent name as "generic" in setupAgent() function
* new feature: clean_code_blocks() now automatically runs when extractCode() is called
* new feature: sendPrompt() now can send previous message correspondence with LLM APIs via "previous.msgs" argument
* new feature: selfcorrect() has a new argument called responseWithErrors (default:NULL), via this arguments
* new feature: selfcorrect() has a new argument called responseWithErrors (default:NULL), via this argument
users can input problematic responses to the selfcorrect() function instead of letting the getting the initial response and potentially failing.
* new function: runCodeInResponse() can take LLM response and directly run code, and tries
to fix if there are errors.
Expand Down

0 comments on commit 0071c94

Please sign in to comment.