camparchimedes commited on
Commit
765c922
ยท
verified ยท
1 Parent(s): dd668e2

Update chainlit.md

Browse files
Files changed (1) hide show
  1. chainlit.md +6 -10
chainlit.md CHANGED
@@ -3,19 +3,15 @@
3
 
4
  Welcome to ๐˜ฟ๐™–๐™ฎ๐™จ๐™ค๐™›๐™› **kundeservice** ๐˜ผ๐™„ ๐˜ผ๐™จ๐™จ๐™ž๐™จ๐™ฉ๐™–๐™ฃ๐™ฉ๐Ÿ‘‹
5
 
6
- ### Description
 
7
 
8
- This code defines an application with external API integration using LangChain, OpenAI & Chainlit.
9
- UI deployment on HF Spaces.
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*