mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 14:29:40 +02:00
- Add !vision command to analyze images with vision models - Add !vision:all command to compare all vision models - Filter out specialized models (deepseek-r1) from !all comparison - Add chatWithImage method to OllamaService for vision requests - Switch Dockerfile from pnpm to npm for better compatibility - Add .dockerignore and tsconfig.build.json Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
177 B
JSON
8 lines
177 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.test.ts"]
|
|
}
|