chat-with-internet / README.md
matthoffner's picture
Update README.md
63c6de8
|
raw
history blame
No virus
462 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.