Skip to content

Commit

Permalink
IBX-8618: Added recipe for ibexa/connector-openai package (#132)
Browse files Browse the repository at this point in the history
* IBX-8618: Added recipe for ibexa/connector-openai package
* IBX-8618: Added OPENAI_API_KEY variable to .env
  • Loading branch information
adamwojs authored Jul 29, 2024
1 parent a36fc8a commit fdfb7b2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ibexa/connector-openai/4.6/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"aliases": [],
"env": {
"OPENAI_API_KEY": "sk-123456"
},
"bundles": {
"Ibexa\\Bundle\\ConnectorOpenAi\\IbexaConnectorOpenAiBundle": ["all"]
}
}
9 changes: 9 additions & 0 deletions ibexa/connector-openai/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"aliases": [],
"env": {
"OPENAI_API_KEY": "sk-123456"
},
"bundles": {
"Ibexa\\Bundle\\ConnectorOpenAi\\IbexaConnectorOpenAiBundle": ["all"]
}
}

0 comments on commit fdfb7b2

Please sign in to comment.