-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'instill-ai:main' into main
- Loading branch information
Showing
356 changed files
with
30,863 additions
and
8,510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Component global secrets | ||
|
||
# Provide your API key for the AI vendors so that you can set the components up | ||
# with default credentials. | ||
CFG_COMPONENT_SECRETS_OPENAI_APIKEY= | ||
CFG_COMPONENT_SECRETS_STABILITYAI_APIKEY= | ||
CFG_COMPONENT_SECRETS_ANTHROPIC_APIKEY= | ||
CFG_COMPONENT_SECRETS_COHERE_APIKEY= | ||
CFG_COMPONENT_SECRETS_MISTRALAI_APIKEY= | ||
CFG_COMPONENT_SECRETS_GROQ_APIKEY= | ||
CFG_COMPONENT_SECRETS_FIREWORKSAI_APIKEY= | ||
|
||
# Numbers Protocol API key. | ||
CFG_COMPONENT_SECRETS_NUMBERS_XAPIKEY= | ||
|
||
# OAuth secrets. When these are filled, the specified component will support | ||
# OAuth integrations. | ||
CFG_COMPONENT_SECRETS_GOOGLEDRIVE_OAUTHCLIENTID= | ||
CFG_COMPONENT_SECRETS_GOOGLEDRIVE_OAUTHCLIENTSECRET= | ||
CFG_COMPONENT_SECRETS_SLACK_OAUTHCLIENTID= | ||
CFG_COMPONENT_SECRETS_SLACK_OAUTHCLIENTSECRET= | ||
# Dummy values are added here to check OAuth connection creation on integration | ||
# tests. | ||
CFG_COMPONENT_SECRETS_GITHUB_OAUTHCLIENTID=dummy-id | ||
CFG_COMPONENT_SECRETS_GITHUB_OAUTHCLIENTSECRET=dummy-secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ linters: | |
linters-settings: | ||
stylecheck: | ||
checks: [ "all" ] | ||
staticcheck: | ||
checks: [ "all", "-SA1019" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.