UNPKG
@h-lumos/llm-sdk
Version:
latest (0.0.1)
0.0.1
通用大模型 SDK
github.com/code-madness/my-llm-sdk
code-madness/my-llm-sdk
@h-lumos/llm-sdk
/
dist-types
/
qwen
/
dashscope
/
types
/
index.d.ts
5 lines
(4 loc)
•
111 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./chat'
;
export
*
from
'./completions'
;
export
*
from
'./embeddings'
;
export
*
from
'./openai'
;