Raiff1982's picture
Update config.json
23d69dd verified
raw
history blame contribute delete
428 Bytes
{
"model_name": "google/bert-base-uncased",
"deepseek_model_name": "deepseek-ai/deepseek-coder-6.7b-instruct",
"max_input_length": 4096,
"safety_thresholds": {
"memory": 85,
"cpu": 90,
"response_time": 2.0
},
"max_retries": 3,
"max_response_length": 1024,
"additional_models": ["gpt-4o-mini-2024-07-18"],
"perspectives": ["newton", "davinci", "quantum", "emotional"]
}