@huggingface/agents
类
变量
defaultTools
• Const
defaultTools: Tool
[]
定义在
imageToTextTool
• Const
imageToTextTool: Tool
定义在
speechToTextTool
• Const
speechToTextTool: Tool
定义于
textToImageTool
• Const
textToImageTool: Tool
定义于
textToSpeechTool
• Const
textToSpeechTool: Tool
定义在
函数
LLMFromEndpoint
▸ LLMFromEndpoint(accessToken
, endpoint
): LLM
参数
名称 | 类型 |
---|---|
accessToken | string |
endpoint | string |
返回值
LLM
定义于
LLMFromHub
▸ LLMFromHub(accessToken?
, model?
): LLM
参数
名称 | 类型 |
---|---|
accessToken? | string |
model? | string |
返回
LLM