We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b6260 commit 7fb351eCopy full SHA for 7fb351e
docs/cn/sql-reference/20-sql-functions/11-ai-functions/03-ai-text-completion.md
@@ -1,6 +1,7 @@
1
---
2
title: "AI_TEXT_COMPLETION"
3
description: "在 Databend 中使用 ai_text_completion 函数生成文本补全"
4
+---
5
6
本文档概述了 Databend 中的 `ai_text_completion` 函数,并演示如何使用该函数生成文本补全。
7
@@ -54,4 +55,4 @@ SELECT ai_text_completion('What is artificial intelligence?') AS completion;
54
55
+--------------------------------------------------------------------------------------------------------------------+
56
```
57
-本示例中,向 `ai_text_completion` 输入提示 "What is artificial intelligence?" 后,函数返回生成的人工智能定义文本。
58
+本示例中,向 `ai_text_completion` 输入提示 "What is artificial intelligence?" 后,函数返回生成的人工智能定义文本。
0 commit comments