Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Rag
|
3 |
emoji: 💬
|
4 |
colorFrom: yellow
|
5 |
colorTo: red
|
@@ -7,6 +7,7 @@ sdk: streamlit
|
|
7 |
sdk_version: 1.26.0
|
8 |
app_file: app.py
|
9 |
pinned: true
|
|
|
10 |
---
|
11 |
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Sample Rag (Saiga, OpenAI, GigaChat)
|
3 |
emoji: 💬
|
4 |
colorFrom: yellow
|
5 |
colorTo: red
|
|
|
7 |
sdk_version: 1.26.0
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
+
short_description: Sample RAG Project, using I. Gucev's Saiga, GigaChat models
|
11 |
---
|
12 |
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|