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
/
audio
/
index.d.ts
3 lines
(2 loc)
•
111 B
TypeScript
View Raw
1
2
3
export
{
Audio
}
from
'./audio'
;
export
{
type
SpeechCreateParams
,
type
SpeechModel
,
Speech
}
from
'./speech'
;