camparchimedes's picture
Update chainlit.md
1ca9af3 verified

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

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

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