Skip to content

Commit e7aa247

Browse files
committed
minor #444 [Platform] Add missing platform keywords to composer.json (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Platform] Add missing platform keywords to `composer.json` | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 106594c Add missing platform keywords to composer.json
2 parents 7d38a31 + 106594c commit e7aa247

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)