kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
docs: add SerpAPI doc
rodzic
0d2f6d1108
commit
b7244883e0
16
docs/novu.md
16
docs/novu.md
|
@ -12,19 +12,19 @@ Ensure the following environment variable is set:
|
|||
|
||||
Otherwise, you can pass it in as an argument to the `Novu` constructor.
|
||||
|
||||
### How to Retrieve API Key on Novu.co
|
||||
### How to Retrieve API Key
|
||||
|
||||
1. Open https://web.novu.co and sign in with your existing Novu account credentials (create a new account with your email address and a password or sign in with GitHub if you don't have an account yet)
|
||||
1. Open https://web.novu.co and sign in with your existing Novu account credentials (create a new account with your email address and a password or sign in with GitHub if you don't have an account yet.)
|
||||
|
||||
2. Navigate to "Settings"
|
||||
2. Navigate to "Settings":
|
||||
|
||||

|
||||
|
||||
3. Click "API Keys"
|
||||
3. Click "API Keys":
|
||||
|
||||

|
||||
|
||||
4. Click here to copy your API key to your clipboard
|
||||
4. Click here to copy your API key to your clipboard:
|
||||
|
||||

|
||||
|
||||
|
@ -43,13 +43,13 @@ The placeholders will be replaced with the actual values of the `payload` object
|
|||
|
||||
To create a template, follow these steps:
|
||||
|
||||
1. Open https://web.novu.co and sign in with your Novu account credentials
|
||||
1. Open https://web.novu.co and sign in with your Novu account credentials.
|
||||
|
||||
2. Click "Notifications"
|
||||
2. Click "Notifications":
|
||||
|
||||

|
||||
|
||||
3. Click "Create Workflow" on the top-right
|
||||
3. Click "Create Workflow" on the top-right:
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
<h1 align="center">SerpAPI Agentic Service</h1>
|
||||
|
||||
## Intro
|
||||
|
||||
[SerpApi][serpapi] is a service that provides a simple API to scrape Google search results.
|
||||
|
||||
## Pre-requisites
|
||||
|
||||
Ensure the following environment variable is set:
|
||||
|
||||
- `SERPAPI_API_KEY` - API key for SerpAPI
|
||||
|
||||
Otherwise, you can pass it in as an argument to the `SerpAPIClient` constructor.
|
||||
|
||||
### How to Retrieve API Key
|
||||
|
||||
1. Navigate to the [SerpAPI dashboard][serpapi-dashboard].
|
||||
|
||||
2. If you are not already logged in, you will be greeted by a signup screen. Click "Register" or "Sign in" depending on whether you already have an account. If you are registering, you will need to verify your email address and phone number before you can proceed. As of this writing, SerpAPI is free to use for up to 100 searches per month on the free plan, so depending on your use case, you may not need to upgrade to a paid plan to use this service. For more information, see [their pricing information][serpapi-pricing].
|
||||
|
||||

|
||||
|
||||
3. Inside the "Your Private API Key" box, click on the button to the right to copy the API key to your clipboard. You can also find your API key by clicking on "Api Key" in the left sidebar.
|
||||
|
||||

|
||||
|
||||
[serpapi]: https://serpapi.com
|
||||
[serpapi-dashboard]: https://serpapi.com/dashboard
|
||||
[serpapi-pricing]: https://serpapi.com/pricing
|
Ładowanie…
Reference in New Issue