mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-20 21:57:14 +08:00
fix: optimize image recognition prompts
This commit is contained in:
@@ -35,7 +35,7 @@ class Vision(BaseTool):
|
|||||||
|
|
||||||
name: str = "vision"
|
name: str = "vision"
|
||||||
description: str = (
|
description: str = (
|
||||||
"Analyze an image (local file or URL) using Vision API. "
|
"Analyze a local image or image URL (jpg/jpeg/png) using Vision API. "
|
||||||
"Can describe content, extract text, identify objects, colors, etc. "
|
"Can describe content, extract text, identify objects, colors, etc. "
|
||||||
"Requires OPENAI_API_KEY or LINKAI_API_KEY."
|
"Requires OPENAI_API_KEY or LINKAI_API_KEY."
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user