Soulter / hugging-chat-api

HuggingChat Python API🤗
GNU Affero General Public License v3.0
780 stars 112 forks source link

Nice work, can it add history support? #221

Open lucasjinreal opened 1 month ago

lucasjinreal commented 1 month ago

Nice work, can it add history support?

github-actions[bot] commented 1 month ago

Hi! Thanks for your issue, we will deal with your issue as soon as possible.

Soulter commented 1 month ago

Hello, hugchat has supported to record and retrieve histories. You can see the conversation history on huggingchat website or use this function(update to the latest version):

c = get_conversation_info(conversation=YOUR_CONVERSATION_ID)
print(c.history)
lucasjinreal commented 1 month ago

Hi, not get history, but sending history to the api.