Aasher commited on
Commit
1b65dc3
·
1 Parent(s): a1ca807

Update readme instructions for removing auth

Browse files
Files changed (1) hide show
  1. .github/README.md +5 -1
.github/README.md CHANGED
@@ -64,7 +64,11 @@ uv sync
64
  ```bash
65
  cp .env.example .env
66
  ```
67
- Add your API keys in `.env` file.
 
 
 
 
68
 
69
  ## Usage
70
  ### Run the application:
 
64
  ```bash
65
  cp .env.example .env
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
 
73
  ## Usage
74
  ### Run the application: