File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- # mergen Version 0.2.0 _ 2023-12 -29_
1
+ # mergen Version 0.2.0 _ 2024-01 -29_
2
2
* URLs in DESCRIPTION added
3
3
* new feature: now users can specify openai-like APIs by providing url and setting
4
4
agent name as "generic" in setupAgent() function
5
5
* new feature: clean_code_blocks() now automatically runs when extractCode() is called
6
6
* new feature: sendPrompt() now can send previous message correspondence with LLM APIs via "previous.msgs" argument
7
- * new feature: selfcorrect() has a new argument called responseWithErrors (default: NULL ), via this arguments
7
+ * new feature: selfcorrect() has a new argument called responseWithErrors (default: NULL ), via this argument
8
8
users can input problematic responses to the selfcorrect() function instead of letting the getting the initial response and potentially failing.
9
9
* new function: runCodeInResponse() can take LLM response and directly run code, and tries
10
10
to fix if there are errors.
You can’t perform that action at this time.
0 commit comments