singhjagpreet commited on
Commit
f358d58
1 Parent(s): 4aa65e2

updated readme

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