Readme config added
Browse files
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Sema Chat API 💬
|
| 2 |
|
| 3 |
Modern chatbot API with streaming capabilities, flexible model backends, and production-ready features. Built with FastAPI and designed for rapid GenAI advancements.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Sema Chat API
|
| 3 |
+
emoji: 💬
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
+
short_description: Chat with llms
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Sema Chat API 💬
|
| 13 |
|
| 14 |
Modern chatbot API with streaming capabilities, flexible model backends, and production-ready features. Built with FastAPI and designed for rapid GenAI advancements.
|
docs/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
CONFIGURATION_GUIDE.md → docs/CONFIGURATION_GUIDE.md
RENAMED
|
File without changes
|
HUGGINGFACE_DEPLOYMENT.md → docs/HUGGINGFACE_DEPLOYMENT.md
RENAMED
|
File without changes
|