Skip to content

Commit 8c95f23

Browse files
committed
feature #1594 [Platform][amazee.ai] Add bridge (colorfield)
This PR was squashed before being merged into the main branch. Discussion ---------- [Platform][amazee.ai] Add bridge | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Docs? | yes (see examples) | Issues | | License | MIT Adds amazee.ai as a supported Platform. Commits ------- 514c3549 [Platform][amazee.ai] Add bridge
2 parents 83601dd + 0a29330 commit 8c95f23

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ To use a specific AI platform, install the corresponding bridge package:
2121
|---------------------|-------------------------------------------|
2222
| AI.ML API | `symfony/ai-ai-ml-api-platform` |
2323
| Albert | `symfony/ai-albert-platform` |
24+
| amazee.ai | `symfony/ai-amazee-ai-platform` |
2425
| Anthropic | `symfony/ai-anthropic-platform` |
2526
| Azure OpenAI | `symfony/ai-azure-platform` |
2627
| AWS Bedrock | `symfony/ai-bedrock-platform` |

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"ai",
88
"aimlapi",
99
"albert",
10+
"amazeeai",
1011
"anthropic",
1112
"azure",
1213
"bedrock",

0 commit comments

Comments
 (0)