Skip to content

Commit 106594c

Browse files
committed
Add missing platform keywords to composer.json
Added keywords for all implemented platforms: - albert - anthropic - azure - bedrock - cerebras - elevenlabs - gemini - llama - lmstudio - meta - mistral - ollama - openai - openrouter - replicate - vertexai - voyage
1 parent 4bb633d commit 106594c

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

src/platform/composer.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,26 @@
44
"description": "PHP library for interacting with AI platform provider.",
55
"keywords": [
66
"ai",
7+
"albert",
8+
"anthropic",
9+
"azure",
10+
"bedrock",
11+
"cerebras",
12+
"elevenlabs",
13+
"gemini",
714
"huggingface",
15+
"inference",
16+
"llama",
17+
"lmstudio",
18+
"meta",
19+
"mistral",
20+
"ollama",
21+
"openai",
22+
"openrouter",
23+
"replicate",
824
"transformers",
9-
"inference"
25+
"vertexai",
26+
"voyage"
1027
],
1128
"license": "MIT",
1229
"authors": [

0 commit comments

Comments
 (0)