alanchen1115 commited on
Commit
7272a39
·
verified ·
1 Parent(s): 6da077d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -132,7 +132,7 @@ def generate_and_upload_image(prompt: str) -> str:
132
  @tool
133
  def analyze_image_with_text(image_path: str, user_text: str) -> str:
134
  """
135
- 這個工具可以根據一張圖片和一個文字提示來回答問題。
136
 
137
  Args:
138
  image_path: 圖片在本地端儲存的路徑。
 
132
  @tool
133
  def analyze_image_with_text(image_path: str, user_text: str) -> str:
134
  """
135
+ 這個工具可以根據圖片和文字提示來回答問題。
136
 
137
  Args:
138
  image_path: 圖片在本地端儲存的路徑。