chat-with-internet / README.md
matt HOFFNER
initial attempt to use vad for detecting end of speech
c8758af
|
raw
history blame
473 Bytes
---
title: web-chat
emoji: πŸ•ΈοΈπŸŽ™οΈπŸ€πŸˆ
sdk: docker
app_port: 3000
---
## LLM Chat Functions Playground
** Experimental for learning **
## Surfer
Navigates to a url and extracts text from embeddings search.
## Search API
Uses SerpAPI to search Google, extracts text from embeddings search.
## Odds API
Sports odds API, specifically NBA and NFL currently.
### Why Vector Store?
I've found that this is required to avoid filling the context too quickly.