mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-09-09 11:15:08 +08:00
Add lang-tag based task selection (lang-separation) (#863)
* lang based task selection * use BCP 47 instead of ISO 639-1 * add Field(None, nullable=True) * update migration script down_revision
This commit is contained in:
@@ -73,6 +73,7 @@ async def test_can_post_interaction(oasst_api_client_mocked: OasstApiClient):
|
||||
message_id="123",
|
||||
user_message_id="321",
|
||||
text="This is my reply",
|
||||
lang="en",
|
||||
user=protocol_schema.User(
|
||||
id="123",
|
||||
display_name="lomz",
|
||||
|
||||
Reference in New Issue
Block a user