llm-speak/hugging-face
最新稳定版本:0.3.4
Composer 安装命令:
composer require llm-speak/hugging-face
包简介
A Laravel package for integrating HuggingFace-hosted Models into LLMSpeak
README 文档
README
use LLMSpeak\HuggingFace\Support\Facades\HuggingFace; HuggingFace::completions() <--- HuggingFaceCompletionsAPIRepository Instance ->withApiKey($config['api_key']) <--- HuggingFaceCompletionsAPIRepository Instance ->withModel($model) <--- HuggingFaceCompletionsAPIRepository Instance ->withMaxTokens($max_tokens) <--- HuggingFaceCompletionsAPIRepository Instance ->withTools($temperature) <--- HuggingFaceCompletionsAPIRepository Instance ->withTemperature($temperature) <--- HuggingFaceCompletionsAPIRepository Instance ->withMessages($messages) <--- CompletionsEndpoint Instance ->handle(); HuggingFace::embeddings() ->withApikey(HuggingFace::api_key()) ->withModel($model) ->withInputs($convo) ->handle();
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-06