Skip to content

Commit 20ff8b6

Browse files
committed
minor #994 [Demo] Install symfony/ai-bundle recipe (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Demo] Install `symfony/ai-bundle` recipe | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 6f733de Install AI bundle recipe
2 parents 94e05f3 + 6f733de commit 20ff8b6

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

demo/.env

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ APP_SECRET=ccb9dca72dce53c683eaaf775bfdb253
2121

2222
CHROMADB_HOST=chromadb
2323
CHROMADB_PORT=8080
24-
OPENAI_API_KEY=sk-...
2524
HUGGINGFACE_API_KEY=hf-...
25+
26+
###> symfony/ai-bundle ###
27+
OPENAI_API_KEY=sk-...
28+
###< symfony/ai-bundle ###

demo/symfony.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,16 @@
6262
]
6363
},
6464
"symfony/ai-bundle": {
65-
"version": "dev-integrate-demo"
65+
"version": "0.9999999",
66+
"recipe": {
67+
"repo": "github.com/symfony/recipes",
68+
"branch": "main",
69+
"version": "0.1",
70+
"ref": "c8da024bc06438f321f35296ef9ed6c2235bfa33"
71+
},
72+
"files": [
73+
"config/packages/ai.yaml"
74+
]
6675
},
6776
"symfony/ai-clock-tool": {
6877
"version": "0.9999999",

0 commit comments

Comments
 (0)