camparchimedes
commited on
Update chainlit.md
Browse files- chainlit.md +6 -10
chainlit.md
CHANGED
@@ -3,19 +3,15 @@
|
|
3 |
|
4 |
Welcome to ๐ฟ๐๐ฎ๐จ๐ค๐๐ **kundeservice** ๐ผ๐ ๐ผ๐จ๐จ๐๐จ๐ฉ๐๐ฃ๐ฉ๐
|
5 |
|
6 |
-
###
|
|
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
The Assistant specifically help users with retrieving information associated with their booking IDs.
|
12 |
-
|
13 |
|
14 |
-
๐ฌPlease have your booking id (<bestillingskode>โ๐ฝ) ready.
|
15 |
-
|
16 |
-
|
17 |
-
**Changelog** ๐พ
|
18 |
|
|
|
19 |
- *refactored POST request handling*
|
20 |
- *replaced RequestsPostTool with requests library*
|
21 |
- *async compatibility with asyncio.to_thread*
|
|
|
3 |
|
4 |
Welcome to ๐ฟ๐๐ฎ๐จ๐ค๐๐ **kundeservice** ๐ผ๐ ๐ผ๐จ๐จ๐๐จ๐ฉ๐๐ฃ๐ฉ๐
|
5 |
|
6 |
+
### This code defines an application using the chainlit framework to act as a chat interface for Daysoff customer support. The Assistant specializes in
|
7 |
+
### retrieving booking information based on booking IDs (<bestillingskode>)โ๐ฝ
|
8 |
|
9 |
+
**Data pipeline:** external API
|
10 |
+
**Stack:** LangChain, OpenAI, Chainlit
|
11 |
+
**Platform:** HF Spaces
|
|
|
|
|
12 |
|
|
|
|
|
|
|
|
|
13 |
|
14 |
+
*Changelog* ๐พ
|
15 |
- *refactored POST request handling*
|
16 |
- *replaced RequestsPostTool with requests library*
|
17 |
- *async compatibility with asyncio.to_thread*
|