-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change attachment insertion method (#103)
Rather than concatenating file attachment content to last existing user message, insert them as new messages. This provides a better prompting for LLMs. Will deprecate the old function, keeping it around for now. But this is still a breaking feature as the default has been changed to use the new insertion method instead. * update the pyproject version prepare 0.0.43 for release * unit tests: remove 3.7 test from arm64 Was test fail with following message: The version '3.7' with architecture 'arm64' was not found for macOS 14.4.1. Which apparently is from github runner's macos-latest switching to an arm64 mac.
- Loading branch information
Showing
3 changed files
with
126 additions
and
7 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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "fastapi_poe" | ||
version = "0.0.42" | ||
version = "0.0.43" | ||
authors = [ | ||
{ name="Lida Li", email="[email protected]" }, | ||
{ name="Jelle Zijlstra", email="[email protected]" }, | ||
|
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