Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lrbmike committed Aug 9, 2024
1 parent 77146b3 commit 384e854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ curl -X POST https://your-domain/crawl/scraper_graph \

```

#### search graph
#### search graph

```shell
curl -X POST https://your-domain/crawl/search_graph \
Expand All @@ -67,7 +67,7 @@ curl -X POST https://your-domain/crawl/search_graph \

You need to set `API_KEY` or `API_BASE_URL` in `.env` file first. If you set `API_BASE_URL` , it will be configured into the Gemini model.

scraper graph
#### scraper graph

```shell
curl -X POST https://your-domain/crawl/scraper_graph \
Expand All @@ -82,7 +82,7 @@ curl -X POST https://your-domain/crawl/scraper_graph \
}'
```

search graph
#### search graph

```shell
curl -X POST https://your-domain/crawl/search_graph \
Expand Down

0 comments on commit 384e854

Please sign in to comment.