matthoffner commited on
Commit
f3b983d
β€’
1 Parent(s): 18648c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -18
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
- ** Experimental for learning **
12
-
13
- ## Surfer
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