chat-ui
Add initial support for web browsing
#237
Merged

Commits
  • basic poc for web search
    nsarrazin committed 3 years ago
  • * Hide feature when serpapi_key is not defined
    nsarrazin committed 3 years ago
  • Update src/lib/buildPrompt.ts
    nsarrazin committed 3 years ago
  • Update src/routes/+layout.server.ts
    nsarrazin committed 3 years ago
  • refactored getQueryFromPrompt
    nsarrazin committed 3 years ago
  • add jsdom to package.json
    nsarrazin committed 3 years ago
  • begin work on fetching webpage content
    nsarrazin committed 3 years ago
  • Update .env
    nsarrazin committed 3 years ago
  • prettier fix
    nsarrazin committed 3 years ago
  • Add feature for scraping webpages
    nsarrazin committed 3 years ago
  • refactored search functionality
    nsarrazin committed 3 years ago
  • Added a stream to send updates from backend on web-search endpoint
    nsarrazin committed 3 years ago
  • made stream more reliable
    nsarrazin committed 3 years ago
  • Add front-end to web search feature
    nsarrazin committed 3 years ago
  • Merge branch 'main' into feature/web-search
    nsarrazin committed 3 years ago
  • made sure the web results button appears on newly posted messages
    nsarrazin committed 3 years ago
  • close modal when message is done generating
    nsarrazin committed 3 years ago
  • removed log statements
    nsarrazin committed 3 years ago
  • Add button to open modal on loading messages too
    nsarrazin committed 3 years ago
  • replace modal by collapsable menu
    nsarrazin committed 3 years ago
  • make sure shared conversations also show search details
    nsarrazin committed 3 years ago
  • Use spinner for collapse menu
    nsarrazin committed 3 years ago
  • Fix alignment of "stop generating" button
    nsarrazin committed 3 years ago
  • Fix loading indicators
    nsarrazin committed 3 years ago
  • fix loading icon when web search is disabled
    nsarrazin committed 3 years ago
  • Update search messages & clean up summary string
    nsarrazin committed 3 years ago
  • Fix alignment of timeline
    nsarrazin committed 3 years ago
  • Use existing switch
    nsarrazin committed 3 years ago
  • Add a background to tooltip & center it
    nsarrazin committed 3 years ago
  • fix like making search messages disappear
    nsarrazin committed 3 years ago
  • use correct spinner
    nsarrazin committed 3 years ago
  • fix state issues
    nsarrazin committed 3 years ago
  • lint
    nsarrazin committed 3 years ago
  • fix bug with empty search messages
    nsarrazin committed 3 years ago
  • fix like bug ?
    nsarrazin committed 3 years ago
  • fix modal bug
    nsarrazin committed 3 years ago
  • error handling
    nsarrazin committed 3 years ago
  • fix like bug
    nsarrazin committed 3 years ago
  • slice scraped text so it fits in context
    nsarrazin committed 3 years ago
  • misc UI
    gary149 committed 3 years ago
  • bottom buttons
    gary149 committed 3 years ago
  • Merge branch 'main' into feature/web-search
    nsarrazin committed 3 years ago
  • made sure snap scrolling also works on web search updates
    nsarrazin committed 3 years ago
  • loader
    gary149 committed 3 years ago
  • margin
    gary149 committed 3 years ago
  • remove unused function
    nsarrazin committed 3 years ago
  • linter
    nsarrazin committed 3 years ago
  • quickfix duplicate websearch
    nsarrazin committed 3 years ago
Loading