File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
113examples /*
12- _si /*
13- agentD /drug_likeness_analyzer copy.py
14- * /_secret_keys.py
4+ * /secret_keys.py
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments