0.1.17
版本发布时间: 2023-06-10 22:42:49
dsdanielpark/Bard-API最新发布版本:0.1.40(2024-02-25 02:47:25)
0.1.17
- Add
conversation_id
as argument of Bard class
-
reusable-session-object When using the
reusable session
as an argument in the Bard class, Bard can remember your previous prompts. -
fix-conversation-id-fix-context When using the
reusable session
andconversation_id
as arguments in the Bard class, Bard not only remembers your previous prompts but can also provide consistent responses. By examining the contents in the response, you can identify several answer candidates with unique conversation_ids. If you find a conversation_id that you prefer, you can pass it as an argument to receive consistent responses from that specific Bard.