Ulaş Dilek commited on
Commit
5b0818e
1 Parent(s): 802f7a2

fixed dependencies

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +4 -0
README.md CHANGED
@@ -23,7 +23,7 @@ To run this app locally:
23
  2. Install the requirements:
24
 
25
  ```bash
26
- pip install gradio python-dotenv openai anthropic
27
  ```
28
 
29
  3. Obtain API keys for:
 
23
  2. Install the requirements:
24
 
25
  ```bash
26
+ pip install -r requirements.txt
27
  ```
28
 
29
  3. Obtain API keys for:
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ gradio
2
+ python-dotenv
3
+ anthropic
4
+ openai