kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
docs: indent images and add Metaphor doc
rodzic
0f17f53fcf
commit
3c3395a9b9
|
@ -0,0 +1,22 @@
|
||||||
|
<h1 align="center">Metaphor Agentic Service</h1>
|
||||||
|
|
||||||
|
## Intro
|
||||||
|
|
||||||
|
[Metaphor][metaphoer] is an AI-driven search engine platform engineered from the ground up to offer revolutionary internet search experiences.
|
||||||
|
|
||||||
|
Through the Metaphor Service, you can interface with Metaphor's powerful AI-enhanced search capabilities, bringing the potential of an intelligent and instant internet search to any Agentic workflow.
|
||||||
|
|
||||||
|
## Pre-requisites
|
||||||
|
|
||||||
|
Ensure the following environment variable is set:
|
||||||
|
|
||||||
|
- `METAPHOR_API_KEY` - API key for Metaphor.
|
||||||
|
|
||||||
|
Otherwise, you can pass it in as an argument to the `MetaphorClient` constructor.
|
||||||
|
|
||||||
|
### How to Obtain API Key
|
||||||
|
|
||||||
|
The Metaphor API is currently in private beta. If you would like to request access, please indicate your interest by filling out [this form][metaphor-beta].
|
||||||
|
|
||||||
|
[metaphor]: https://metaphor.systems
|
||||||
|
[metaphor-beta]: https://forms.gle/DvhSX4cizE6zFZ9X7
|
|
@ -10,7 +10,7 @@ Ensure the following environment variable is set:
|
||||||
|
|
||||||
- `NOVU_API_KEY` - Novu API key.
|
- `NOVU_API_KEY` - Novu API key.
|
||||||
|
|
||||||
Otherwise, you can pass it in as an argument to the `Novu` constructor.
|
Otherwise, you can pass it in as an argument to the `NovuClient` constructor.
|
||||||
|
|
||||||
### How to Retrieve API Key
|
### How to Retrieve API Key
|
||||||
|
|
||||||
|
@ -65,7 +65,9 @@ To create a template, follow these steps:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
7. When you're done, click "Update" on the top-right. You are now ready to send SMS notifications via the API. For example, to manually trigger a notification via the Agentic Novu Service client:
|
7. When you're done, click "Update" on the top-right.
|
||||||
|
|
||||||
|
You are now ready to send SMS notifications via the API! For example, to manually trigger a notification via the Agentic Novu Service client:
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
import { NovuClient } from '@agentic/core'
|
import { NovuClient } from '@agentic/core'
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
Ensure the following environment variable is set:
|
Ensure the following environment variable is set:
|
||||||
|
|
||||||
- `SERPAPI_API_KEY` - API key for SerpAPI
|
- `SERPAPI_API_KEY` - API key for SerpAPI.
|
||||||
|
|
||||||
Otherwise, you can pass it in as an argument to the `SerpAPIClient` constructor.
|
Otherwise, you can pass it in as an argument to the `SerpAPIClient` constructor.
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue