Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaaron committed Jun 28, 2023
1 parent 0fc7cb2 commit 189f052
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
.DS_Store
.DS_Store
__pycache__/
*.pyc
*.pyo
*.pyd
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="img/icon.png" alt="icon" style="vertical-align:middle;"> QueryGPT
</h1>

## 📚 QueryGPT 自然语言数据查询
## QueryGPT 自然语言数据查询

> 1. QueryGPT是一个基于`OpenAI GPT3.5``Langchain` 的自然语言数据查询工具。
> 2. 基于`OpenAI GPT3.5-turobo-0613``Langchain Function Agent`实现,相比`Pandas Agent``CSV Agent` **更快、稳定和准确**
Expand Down

0 comments on commit 189f052

Please sign in to comment.