LONGYKING
commited on
Commit
·
6818f5e
1
Parent(s):
36fb128
updated read me for hugginface deployment
Browse files
README.md
CHANGED
|
@@ -85,4 +85,21 @@ To be finalised and added
|
|
| 85 |
2. Setup CI/CD pipelines for automatic deployment
|
| 86 |
3. Setup and integrate `LiteLLM` instance for LLM service high availability
|
| 87 |
4. Add RPC class for remmote method calls to other chatxbt services written in other launguages such as `JS`, `TS` & `GO`
|
| 88 |
-
5. Write enough unit test to ensure class and function input and output correctness
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
2. Setup CI/CD pipelines for automatic deployment
|
| 86 |
3. Setup and integrate `LiteLLM` instance for LLM service high availability
|
| 87 |
4. Add RPC class for remmote method calls to other chatxbt services written in other launguages such as `JS`, `TS` & `GO`
|
| 88 |
+
5. Write enough unit test to ensure class and function input and output correctness
|
| 89 |
+
|
| 90 |
+
## HUGGING FACE DEPLOYMENT
|
| 91 |
+
|
| 92 |
+
---
|
| 93 |
+
title: ChatXBT
|
| 94 |
+
emoji: 💬
|
| 95 |
+
colorFrom: purple
|
| 96 |
+
colorTo: pink
|
| 97 |
+
sdk: docker
|
| 98 |
+
sdk_version: "latest"
|
| 99 |
+
app_file: chatxbt-assistant.py
|
| 100 |
+
pinned: false
|
| 101 |
+
---
|
| 102 |
+
|
| 103 |
+
# ChatXBT
|
| 104 |
+
|
| 105 |
+
Welcome to ChatXBT! This project is a Chainlit app deployed on Hugging Face spaces.
|