kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
feature/docs
rodzic
1b0794cb68
commit
8cd6f8f63c
|
@ -42,9 +42,9 @@ const result = await weather.getCurrentWeather({
|
||||||
console.log(result)
|
console.log(result)
|
||||||
```
|
```
|
||||||
|
|
||||||
Or you can use these clients as LLM-based tools where the LLM decides when and how to invoke the underlying functions for you.
|
Or you can use these clients as **LLM-based tools** where the LLM decides when and how to invoke the underlying functions for you.
|
||||||
|
|
||||||
**This works across all of the major AI SDKs via adaptors**. Here's an example using [Vercel's AI SDK](https://github.com/vercel/ai):
|
This works across all of the major AI SDKs via adaptors. Here's an example using [Vercel's AI SDK](https://github.com/vercel/ai):
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
// sdk-specific imports
|
// sdk-specific imports
|
||||||
|
@ -193,12 +193,15 @@ See the [examples](./examples) directory for examples of how to use each of thes
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
- move @nangohq/node to a peer dep
|
||||||
|
|
||||||
- sdks
|
- sdks
|
||||||
- modelfusion
|
- modelfusion
|
||||||
- services
|
- services
|
||||||
- browserbase
|
- browserbase
|
||||||
- [phantombuster](https://phantombuster.com)
|
- [phantombuster](https://phantombuster.com)
|
||||||
- perplexity
|
- perplexity
|
||||||
|
- [socialdata](https://socialdata.tools)
|
||||||
- valtown
|
- valtown
|
||||||
- replicate
|
- replicate
|
||||||
- huggingface
|
- huggingface
|
||||||
|
|
Ładowanie…
Reference in New Issue