This commit is contained in:
archer
2023-07-26 17:32:26 +08:00
parent bf2310cc29
commit 8be1834cfb
4 changed files with 3 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 111 KiB

View File

Before

Width:  |  Height:  |  Size: 456 KiB

After

Width:  |  Height:  |  Size: 456 KiB

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ node_modules/
out/
# production
build/
.astro/
# misc
.DS_Store

View File

@@ -7,11 +7,11 @@ Fast GPT 允许你使用自己的 openai API KEY 来快速的调用 openai 接
🎉 [fastgpt.run](https://fastgpt.run/)
🎉 [ai.fastgpt.run](https://ai.fastgpt.run/)
![Demo](docs/imgs/demo.png?raw=true 'demo')
![Demo](docs/.github/demo.png?raw=true 'demo')
#### 知识库原理图
![KBProcess](docs/imgs/KBProcess.jpg?raw=true 'KBProcess')
![KBProcess](docs/.github/KBProcess.jpg?raw=true 'KBProcess')
## 👨‍💻 开发