Skip to content

Commit

Permalink
new edit on news
Browse files Browse the repository at this point in the history
  • Loading branch information
al2na committed Jan 29, 2024
1 parent 0071c94 commit f6abdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 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 argument
users can input problematic responses to the selfcorrect() function instead of letting the getting the initial response and potentially failing.
users can input problematic responses to the selfcorrect() function instead of 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.
* new function: sampleResponse() function tries to fix code errors by repatedly sampling new solutions to the existing prompts
Expand Down

0 comments on commit f6abdc7

Please sign in to comment.