This commit is contained in:
wugren
2023-12-01 14:22:34 +08:00
parent eb67980537
commit 9cf4613d31
11 changed files with 206 additions and 37 deletions
+7
View File
@@ -0,0 +1,7 @@
instance_id = "Vision"
fullname = "Vision"
llm_model_name = "gpt-4-vision-preview"
[[prompt]]
role = "system"
content = """你的工作对用户输入的图片和视频做分析,并根据用户的意图做出回应。"""