chore: add package.json, README, example config and gitignore
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"plugin": [
|
||||
"opencode-browser",
|
||||
"https://git.totmin.ru/en2zmax/vision-bridge.git"
|
||||
],
|
||||
"provider": {
|
||||
"ludmila-ai": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"name": "Ludmila AI",
|
||||
"options": {
|
||||
"baseURL": "https://ai.totmin.ru/v1",
|
||||
"apiKey": "<ЗАМЕНИТЕ_НА_ВАШ_API_КЛЮЧ>"
|
||||
},
|
||||
"models": {
|
||||
"gemini/gemini-2.5-flash": {
|
||||
"attachment": true,
|
||||
"limit": {
|
||||
"context": 1048576,
|
||||
"output": 65536
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"agent": {
|
||||
"vision": {
|
||||
"mode": "subagent",
|
||||
"model": "ludmila-ai/gemini/gemini-2.5-flash",
|
||||
"description": "Анализ изображений и скриншотов (OCR текста или разбор UI)",
|
||||
"permission": {
|
||||
"read": "allow",
|
||||
"glob": "allow",
|
||||
"external_directory": "allow",
|
||||
"edit": "deny",
|
||||
"bash": "deny"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user