Squrve / app /app_config.json
satissss's picture
Initial commit
0e238e0
{
"api_key": {
"deepseek": "your_api_key_here",
"qwen": "your_api_key_here",
"zhipu": "your_api_key_here"
},
"llm": {
"use": "qwen",
"model_name": "qwen-plus",
"context_window": 120000,
"max_token": 8000,
"top_p": 0.9,
"temperature": 0.75,
"time_out": 300.0
},
"text_embed": {
"embed_model_name": "BAAI/bge-large-en-v1.5"
},
"dataset": {
"data_source": "SquRL:rl:",
"data_source_dir": "../files/data_source",
"need_few_shot": false,
"need_external": false
},
"database": {
"skip_schema_init": false,
"schema_source": "SquRL:rl",
"multi_database": false,
"vector_store": "../vector_store",
"schema_source_dir": "../files/schema_source",
"need_build_index": false
},
"task": {
"task_meta": [
]
},
"engine": {
"exec_process": []
}
}