zoahdev / dsh-vision

목록에 있음

Give DeepSeek Harness eyes: analyze images with an OpenAI-compatible vision model via a vision_analyze tool.

main모델도구 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:zoahdev/dsh-vision

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 90fe437동기화 2026. 8. 17.

dsh-vision

Give DeepSeek Harness eyes: a vision_analyze tool that sends an image (local path or URL) to an OpenAI-compatible vision model and returns a text answer.

License: MIT

English | 中文

Install

dsh plugin --profile web add dsh-vision

Set apiKey (or OPENAI_API_KEY), or point baseUrl at a local OpenAI-compatible endpoint such as Ollama (http://localhost:11434) with a vision model.

Tool

ParameterTypeDescription
imagestringImage path or https/data: URL
questionstringWhat to ask (default: "Describe this image in detail.")

Config

KeyTypeDefaultDescription
apiKeystring(env)OpenAI-compatible API key
baseUrlstringhttps://api.openai.comAPI base URL
modelstringgpt-4o-miniVision model id
timeoutMsnumber120000Request timeout

Honest limits

  • Thin bridge; it needs a vision model (API key or a local endpoint).
  • Community plugin, not an official DeepSeek or OpenAI product.

中文

给 DeepSeek Harness 装上眼睛:vision_analyze 工具把图片(本地路径或 URL) 发给 OpenAI 兼容的视觉模型,返回文字描述。

dsh plugin --profile web add dsh-vision

配置 apiKey(或 OPENAI_API_KEY),或把 baseUrl 指向本地 OpenAI 兼容端点 (如 Ollama http://localhost:11434 + llava)。

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨

저장소 정보

언어
TypeScript
라이선스
MIT
마지막 업데이트
2026. 8. 17. AM 9:02

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.