This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
chatgpt-api
kopia lustrzana
https://github.com/transitive-bullshit/chatgpt-api
Obserwuj
1
Polub
0
Forkuj
You've already forked chatgpt-api
0
Kod
Zgłoszenia
Packages
Projekty
Wydania
Wiki
Aktywność
9c968969b9
chatgpt-api
/
src
/
fetch.ts
4 wiersze
49 B
TypeScript
Czysty
Zwykły widok
Historia
Unescape
Escape
feat: revert to node-fetch@2
2022-12-05 23:25:40 +00:00
import
fetch
from
'node-fetch'
feat: switch to undici and add ava unit tests
2022-12-05 23:09:31 +00:00
export
{
fetch
}