mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-19 11:50:35 +08:00
* add new apis to oasst client * add tos handler * Add ToS to Dashboard * use Provider for ToS * simplify provider * fix error * Inject into JWT * primitive error handling * update comment * address review
7 lines
196 B
JSON
7 lines
196 B
JSON
{
|
|
"title": "Terms of Service for Open Assistant",
|
|
"content": "To continue using Open Assistant, you have to accept our Terms of Service first.",
|
|
"accept": "Accept",
|
|
"decline": "Decline"
|
|
}
|