-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
indentation fix for config in readme file (#116)
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,7 @@ Login using Keycloak with one of the users pre-created in [zillabase/config.yaml | |
keycloak: | ||
realm: zillabase | ||
users: | ||
- username: allen | ||
- username: allen | ||
email: [email protected] | ||
name: Allen Doe | ||
password: Test@123 | ||
|
@@ -118,7 +118,7 @@ To enable the OpenAI fraud detection integration, you must [create an `OPENAI_AP | |
udf: | ||
python: | ||
env: | ||
- OPENAI_API_KEY=<your OpenAI API key> | ||
- OPENAI_API_KEY=<your OpenAI API key> | ||
``` | ||
|
||
### OpenAI Fraud Risk with Zillabase | ||
|