Skip to content

Commit 7fb351e

Browse files
authored
Update 03-ai-text-completion.md
1 parent 75b6260 commit 7fb351e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/cn/sql-reference/20-sql-functions/11-ai-functions/03-ai-text-completion.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "AI_TEXT_COMPLETION"
33
description: "在 Databend 中使用 ai_text_completion 函数生成文本补全"
4+
---
45

56
本文档概述了 Databend 中的 `ai_text_completion` 函数,并演示如何使用该函数生成文本补全。
67

@@ -54,4 +55,4 @@ SELECT ai_text_completion('What is artificial intelligence?') AS completion;
5455
+--------------------------------------------------------------------------------------------------------------------+
5556
```
5657

57-
本示例中,向 `ai_text_completion` 输入提示 "What is artificial intelligence?" 后,函数返回生成的人工智能定义文本。
58+
本示例中,向 `ai_text_completion` 输入提示 "What is artificial intelligence?" 后,函数返回生成的人工智能定义文本。

0 commit comments

Comments
 (0)