daysoff_assistant / chainlit.md
camparchimedes's picture
Update chainlit.md
e0e4fc4 verified
|
raw
history blame
646 Bytes

Welcome to ๐——๐—ฎ๐˜†๐˜€๐—ผ๐—ณ๐—ณ ๐˜‰๐˜ฐ๐˜ฐ๐˜ฌ๐˜ช๐˜ฏ๐˜จ ๐—”๐˜€๐˜€๐—ถ๐˜€๐˜๐—ฎ๐—ป๐˜๐Ÿ‘‹

This code defines an Assistant interface for retrieving booking information from an external API based on a given booking ID (<bookingnr>)โœ๐Ÿฝ

Data pipeline: external API Stack: LangChain, OpenAI, Chainlit Platform: HF Spaces

Changelog ๐Ÿ‘พ

  • refactored POST request handling
  • replaced RequestsPostTool with requests library
  • async compatibility with asyncio.to_thread
  • improved fallback LLM chain logic
  • markdown table for booking info display

image