chatgpt-api/src
Michael Di Prisco 329e076189
chore: moving from im_end to completion params
As we allow the constructor to define completionParams, it would be better to allow devs using the library to use the specified stop token.
As of right now, the library allows such stop to be passed but it isn't considered in the class itself.
2023-02-04 09:44:51 +01:00
..
chatgpt-api.ts chore: moving from im_end to completion params 2023-02-04 09:44:51 +01:00
fetch-sse.ts feat: MAJOR BREAKING CHANGE; moved from browser to official completion API with unofficial chatgpt model 2023-02-01 03:14:10 -06:00
fetch.ts feat: MAJOR BREAKING CHANGE; moved from browser to official completion API with unofficial chatgpt model 2023-02-01 03:14:10 -06:00
index.ts feat: MAJOR BREAKING CHANGE; moved from browser to official completion API with unofficial chatgpt model 2023-02-01 03:14:10 -06:00
stream-async-iterable.ts feat: WIP add support for native fetch; undici on node.js < 18, and refactor conversation support 2022-12-06 22:16:29 -06:00
types.ts feat: add persistence demo and keyv support 2023-02-01 04:48:36 -06:00