Skip to content

Commit

Permalink
fix api reference (#2475)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang-prog authored Nov 13, 2024
1 parent 62fef80 commit 6e66753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ Below are the API references and multi-language service invocation examples:
<li><b><code>chat</code></b></li>
</ul>
<p>Interact with large language models to extract key information.</p>
<p><code>POST /chatocr-vision</code></p>
<p><code>POST /chatocr-chat</code></p>
<ul>
<li>Request body properties:</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ chat_result.print()
<li><b><code>chat</code></b></li>
</ul>
<p>与大语言模型交互,利用大语言模型提炼关键信息。</p>
<p><code>POST /chatocr-vision</code></p>
<p><code>POST /chatocr-chat</code></p>
<ul>
<li>请求体的属性如下:</li>
</ul>
Expand Down

0 comments on commit 6e66753

Please sign in to comment.