Spaces:
Runtime error
Runtime error
Update ai_config.json
Browse files- ai_config.json +18 -0
ai_config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"description": "AI/LLM model and parameter configuration for DataBot.",
|
| 3 |
+
"model": "gpt-4o",
|
| 4 |
+
"table_picker": {
|
| 5 |
+
"temperature": 0,
|
| 6 |
+
"max_tokens": 200,
|
| 7 |
+
"max_tables": 5
|
| 8 |
+
},
|
| 9 |
+
"sql_generator": {
|
| 10 |
+
"temperature": 0,
|
| 11 |
+
"max_tokens": 500
|
| 12 |
+
},
|
| 13 |
+
"summarizer": {
|
| 14 |
+
"temperature": 0.3,
|
| 15 |
+
"max_tokens": 2000,
|
| 16 |
+
"max_display_rows": 50
|
| 17 |
+
}
|
| 18 |
+
}
|