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
/
minimax
/
resources
/
index.d.ts
4 lines
(3 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./chat/index'
;
export
*
from
'./audio/audio'
;
export
{
Embeddings
,
type
EmbeddingCreateParams
}
from
'./embeddings'
;