-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new setupAgent option "generic" is added, extractCode() is updated
- Loading branch information
Akalin
committed
Dec 17, 2023
1 parent
b46229d
commit ca0898d
Showing
5 changed files
with
52 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# mergen Version 0.1.1 _2023-12-29_ | ||
* URLs added | ||
* 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 | ||
* fix: typos in setupAgent fixed | ||
* fix: sendPrompt fixed which was broken due to openai API changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters