mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
17 lines
No EOL
262 B
JSON
17 lines
No EOL
262 B
JSON
[
|
|
{
|
|
"max_beer": 2,
|
|
"max_queries": 3,
|
|
"max_foam": 10
|
|
},
|
|
{
|
|
"max_beer": 10,
|
|
"max_queries": 15,
|
|
"max_foam": 50
|
|
},
|
|
{
|
|
"max_beer": 20,
|
|
"max_queries": 20,
|
|
"max_foam": 200
|
|
}
|
|
] |