Skip to content

Commit

Permalink
add docs and embedding command
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMartoux committed May 18, 2024
1 parent b9cec92 commit 5ab92c8
Show file tree
Hide file tree
Showing 1,515 changed files with 325,600 additions and 1,004 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
APP_ENV=dev
APP_SECRET=17b3beb9f630f1ffff85ba375d10bc3d
###< symfony/framework-bundle ###
OPENAI_API_KEY=sk-xxxxxx
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"symfony/flex": "^2",
"symfony/framework-bundle": "7.0.*",
"symfony/runtime": "7.0.*",
"symfony/yaml": "7.0.*"
"symfony/yaml": "7.0.*",
"theodo-group/llphant": "^0.6.11"
},
"config": {
"allow-plugins": {
Expand Down Expand Up @@ -64,5 +65,10 @@
"require": "7.0.*",
"docker": true
}
},
"require-dev": {
"symfony/maker-bundle": "^1.59",
"symfony/stopwatch": "7.0.*",
"symfony/web-profiler-bundle": "7.0.*"
}
}
Loading

0 comments on commit 5ab92c8

Please sign in to comment.