mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-18 11:40:48 +08:00
Merging with main changes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export interface LeaderboardEntry {
|
||||
display_name: string;
|
||||
ranking: number;
|
||||
score: number;
|
||||
}
|
||||
Reference in New Issue
Block a user