Upload 2 files
Browse files- config.json +1 -0
- rai_config.json +8 -0
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
rai_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_prompt_length": {
|
3 |
+
"1.3.1": 2048,
|
4 |
+
"1.4.0": 2048,
|
5 |
+
"1.4.1": 3072
|
6 |
+
}
|
7 |
+
|
8 |
+
}
|