mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-05 17:30:48 +08:00
f75a07301b
* update ConversationMessage in protocal.py * updated ConversationMessage instantiations in tasks.py and util.py to include message_id and frontend_message_id * changed message_id and frontend_message_id to type UUID * update ConversationMessage instantiation in main.py to include message_id and frontend_message_id" * changed frontend_message_id to type str * ran precomit
Shared Python code for Open Assisstant
Run pip install -e . to install the package in editable mode.