Skip to content

Commit

Permalink
indentation fix for config in readme file (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitk-me authored Oct 14, 2024
1 parent d8e84a9 commit 0bdbad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/streampay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0bdbad7

Please sign in to comment.