Spaces:
Sleeping
Sleeping
ruiheesi
commited on
Commit
·
5c46e17
1
Parent(s):
bfd0858
Add applicaiton file
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# caNanoWiki_AI Web Application
|
| 2 |
This hobby project aims to provide a chatGPT powered digital assistant to help users look for answers in a Wiki. The project is inspired by the OpenAI cookbook project, but realizing there are a lot of concepts to understand and infrastructures to make it work.
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: caNanoWiki_AI
|
| 3 |
+
emoji: 🐳
|
| 4 |
+
colorFrom: Blue
|
| 5 |
+
colorTo: Purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# caNanoWiki_AI Web Application
|
| 13 |
This hobby project aims to provide a chatGPT powered digital assistant to help users look for answers in a Wiki. The project is inspired by the OpenAI cookbook project, but realizing there are a lot of concepts to understand and infrastructures to make it work.
|
| 14 |
|