Skip to content

Commit 21d1cfe

Browse files
authored
Update README with system prompt environment variable
Added instructions for setting the system prompt via environment variable.
1 parent 633cd38 commit 21d1cfe

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ OBP_CONSUMER_KEY="your-obp-consumer-key"
8484
```
8585

8686
### 5. Changing the system prompt
87-
Opey only knows about its environment as long as you tell it. The default system prompt is OpenBankProject-focused. Iterating on the prompt for better final responses or better alignment with your particular instance is recommended. All you need to do is edit the [prompt file](/src/agent/components/prompts/opey_system.prompt.yaml)
87+
Opey only knows about its environment as long as you tell it. The default system prompt is OpenBankProject-focused. Iterating on the prompt for better final responses or better alignment with your particular instance is recommended. The system prompt can be set via the env var
88+
89+
```
90+
OPEY_SYSTEM_PROMPT
91+
```
8892

8993
## Running
9094
Activate the poetry venv using `poetry shell` in the current directory

0 commit comments

Comments
 (0)