| 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. | |