Commit
Β·
f3b983d
1
Parent(s):
18648c5
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,27 +1,15 @@
|
|
| 1 |
---
|
| 2 |
title: web-chat
|
| 3 |
-
emoji:
|
| 4 |
sdk: docker
|
| 5 |
app_port: 3000
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
## LLM Chat Functions Playground
|
| 9 |
|
| 10 |
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
Navigates to a url and extracts text from embeddings search.
|
| 16 |
-
|
| 17 |
-
## Search API
|
| 18 |
-
|
| 19 |
-
Uses SerpAPI to search Google, extracts text from embeddings search.
|
| 20 |
-
|
| 21 |
-
## Odds API
|
| 22 |
-
|
| 23 |
-
Sports odds API, specifically NBA and NFL currently.
|
| 24 |
-
|
| 25 |
-
### Why Vector Store?
|
| 26 |
-
|
| 27 |
-
I've found that this is required to avoid filling the context too quickly.
|
|
|
|
| 1 |
---
|
| 2 |
title: web-chat
|
| 3 |
+
emoji: πΈοΈπ
|
| 4 |
sdk: docker
|
| 5 |
app_port: 3000
|
| 6 |
+
pinned: true
|
| 7 |
---
|
| 8 |
|
| 9 |
## LLM Chat Functions Playground
|
| 10 |
|
| 11 |
|
| 12 |
+
### Functions
|
| 13 |
+
NBA Scores
|
| 14 |
+
Odds API
|
| 15 |
+
SerpAPI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|