singhjagpreet commited on
Commit
96232c8
1 Parent(s): 5b3feea

updated readme

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -61,6 +61,9 @@ The chatbot may require configuration through environment variables. Check the `
61
  ```bash
62
  echo OPENAI_API_KEY = <your-openai-api-key> > .env
63
  ```
 
 
 
64
  Create an OPENAI_API_KEY here https://platform.openai.com/api-keys
65
 
66
 
 
61
  ```bash
62
  echo OPENAI_API_KEY = <your-openai-api-key> > .env
63
  ```
64
+ ```bash
65
+ echo OPENAI_API_KEY = <your-openai-api-key> > .env
66
+ ```
67
  Create an OPENAI_API_KEY here https://platform.openai.com/api-keys
68
 
69