Skip to content

Commit 8236d99

Browse files
committed
readme update
1 parent 12a1b15 commit 8236d99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# agentD
22

3-
![Test Status](https://img.shields.io/github/actions/workflow/status/hoon-ock/llm-dd/python-app.yml?branch=release)
3+
![Test Status](https://github.com/hoon-ock/llm-dd/actions/workflows/python-app.yml/badge.svg?branch=release)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55

66
**agentD** is an open-source Python package designed to accelerate drug discovery workflows using Large Language Models (LLMs) and AI-driven tools. It provides modular agents and utilities for tasks such as literature extraction, molecular property prediction, molecule generation, and more. agentD integrates with external APIs (e.g., OpenAI, Serper) and cheminformatics libraries, enabling both automated and interactive research pipelines.
@@ -42,15 +42,15 @@
4242
## Configuration
4343

4444
- **API Keys:**
45-
After installation, copy `configs/secret_keys.py.example` to [secret_keys.py](http://_vscodecontentref_/0) and fill in your Serper API key and OpenAI API key:
45+
After installation, fill in your Serper API key and OpenAI API key in `configs/secret_keys.py`:
4646
```python
4747
# configs/secret_keys.py
4848
serper_api_key = "YOUR_SERPER_API_KEY"
4949
openai_api_key = "YOUR_OPENAI_API_KEY"
5050
```
5151

5252
- **Global Variables:**
53-
The file [tool_globals.py](http://_vscodecontentref_/1) contains global variables used by the tools. You can edit this file to adjust default behaviors and settings.
53+
The file `configs/tool_globals.py` contains global variables used by the tools. You can edit this file to adjust default behaviors and settings.
5454

5555
---
5656

0 commit comments

Comments
 (0)