camparchimedes
commited on
Update chainlit.md
Browse files- chainlit.md +14 -8
chainlit.md
CHANGED
@@ -1,12 +1,18 @@
|
|
1 |
-
|
2 |
|
3 |
-
Hi there, Developer! ๐ We're excited to have you on board. Chainlit is a powerful tool designed to help you prototype, debug and share applications built on top of LLMs.
|
4 |
-
Useful Links ๐
|
5 |
|
6 |
-
|
7 |
-
Discord Community: Join our friendly Chainlit Discord to ask questions, share your projects, and connect with other developers! ๐ฌ
|
8 |
|
9 |
-
|
10 |
-
|
|
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
![image](https://github.com/camparchimedes/spacehold/blob/main/daysoff_funV2.jpg)
|
2 |
|
|
|
|
|
3 |
|
4 |
+
Welcome to Beta-testing for the Daysoff Customer Service AI Assistant!๐๐
|
|
|
5 |
|
6 |
+
### Quick Tip:
|
7 |
+
|
8 |
+
When asking about booking details, please have your <bestillingskode> readyโ๐ฝ
|
9 |
|
10 |
+
|
11 |
+
*Changelog* ๐ฌ
|
12 |
+
|
13 |
+
Change from APIChain to EnhancedRequestsPostTool was heisted by the need to handle POST requests.
|
14 |
+
|
15 |
+
APIChain internally was responsible for URL construction, API interaction, and response formatting;
|
16 |
+
|
17 |
+
๐๐ฃ๐๐๐ฃ๐๐๐๐๐๐ฆ๐ช๐๐จ๐ฉ๐จ๐๐ค๐จ๐ฉ๐๐ค๐ค๐ก is here a class for POST requests handling.
|
18 |
+
Routing mechanisms for prompts (api_url_prompt+api_response_prompt) remain and are being used across distinct components.
|