Soulter / hugging-chat-api

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

Nice work, can it add history support? #221

Closed lucasjinreal closed 3 months ago

lucasjinreal commented 6 months ago

Nice work, can it add history support?

github-actions[bot] commented 6 months ago

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

Soulter commented 5 months 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 5 months ago

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

github-actions[bot] commented 3 months ago

This issue was marked as stale because of inactivity.

github-actions[bot] commented 3 months ago

This issue was closed because of inactivity.