UNPKG
@hashbrownai/openai
Version:
alpha (0.4.1-alpha.2)
latest (0.4.1)
rc (0.4.0-rc.1)
0.4.1
0.4.1-alpha.2
0.4.1-alpha.1
0.4.0
0.4.0-rc.1
0.4.0-rc.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2-9
0.0.2-8
0.0.2-7
0.0.2-6
0.0.2-5
0.0.2-4
0.0.2-3
OpenAI provider for Hashbrown AI
github.com/hashbrownai/hashbrown
hashbrownai/hashbrown
@hashbrownai/openai
/
src
/
index.d.ts
11 lines
(10 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ text }
from
'./stream/text.fn'
;
/** * Hashbrown adapter for OpenAI. *
@public
*/
export
declare
const
HashbrownOpenAI
: {
stream
: {
text
:
typeof
text; }; };