Skip to content

Commit 5af6bc6

Browse files
committed
readme update
1 parent d65b7ce commit 5af6bc6

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

.gitignore

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
DrugNova/secret_keys.py
2-
_examples*
3-
_test_cases
4-
_playground
5-
_prompts
6-
__pycache__
71
*/__pycache__
82
_tools.py
9-
agent/papers
10-
_dummy
113
examples/*
12-
_si/*
13-
agentD/drug_likeness_analyzer copy.py
14-
*/_secret_keys.py
4+
*/secret_keys.py

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@
4848
## Configuration
4949

5050
- **API Keys:**
51-
After installation, fill in your Serper API key and OpenAI API key in [configs/secret_keys.py](./configs/secret_keys.py):
51+
After installation, copy the template file and fill in your API keys:
52+
```sh
53+
cp configs/secret_keys.py.example configs/secret_keys.py
54+
```
55+
Then edit `configs/secret_keys.py` with your Serper API key and OpenAI API key:
5256
```python
5357
# configs/secret_keys.py
5458
serper_api_key = "YOUR_SERPER_API_KEY"

0 commit comments

Comments
 (0)