kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/659/head
rodzic
b56d10d429
commit
b849761af9
|
@ -212,6 +212,7 @@ See the [examples](./examples) directory for examples of how to use each of thes
|
|||
- market maps
|
||||
- incorporate [zod-validation-error](https://github.com/causaly/zod-validation-error)
|
||||
- investigate [autotool](https://github.com/run-llama/LlamaIndexTS/tree/main/packages/autotool)
|
||||
- investigate [alt search engines](https://seirdy.one/posts/2021/03/10/search-engines-with-own-indexes/)
|
||||
- investigate [data connectors](https://github.com/mendableai/data-connectors)
|
||||
|
||||
## Contributors
|
||||
|
|
|
@ -4,6 +4,8 @@ import pThrottle from 'p-throttle'
|
|||
import { AIFunctionsProvider } from '../fns.js'
|
||||
import { assert, getEnv, throttleKy } from '../utils.js'
|
||||
|
||||
// TODO: need to add `aiFunction` wrappers for each method
|
||||
|
||||
export namespace socialdata {
|
||||
export const API_BASE_URL = 'https:///api.socialdata.tools'
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue