Refactor NOTE block
Browse files- .github/README.md +1 -1
.github/README.md
CHANGED
|
@@ -66,7 +66,7 @@ cp .env.example .env
|
|
| 66 |
```
|
| 67 |
Add your API keys and other credentials in `.env` file.
|
| 68 |
|
| 69 |
-
> [!
|
| 70 |
> If you want to disable authentication, you can remove `chainlit.yaml` file.
|
| 71 |
> Also remove the Oauth Callback function from `src/axiom/app.py`.
|
| 72 |
|
|
|
|
| 66 |
```
|
| 67 |
Add your API keys and other credentials in `.env` file.
|
| 68 |
|
| 69 |
+
> [!NOTE]
|
| 70 |
> If you want to disable authentication, you can remove `chainlit.yaml` file.
|
| 71 |
> Also remove the Oauth Callback function from `src/axiom/app.py`.
|
| 72 |
|