Skip to content

Commit

Permalink
Fix Readme of gbi/nl2sql (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChengmo authored Mar 18, 2024
1 parent c237a9c commit 418da74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appbuilder/core/components/gbi/nl2sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ CREATE TABLE `supper_market_info` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4
```

- knowledge: 用于提供一些知识, 比如 {"毛利率": "毛收入-毛成本/毛成本"}
- knowledge: 用于提供一些知识, 比如 {"毛利率": "(销售收入 - 销售成本) / 销售收入"}
- prompt_template: prompt 模版, 必须包含的格式如下:
***你的描述
{schema}
Expand Down

0 comments on commit 418da74

Please sign in to comment.