Skip to content

Commit c7ea85d

Browse files
committed
update readme with mention of the prompts
1 parent 4320109 commit c7ea85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Also, don't forget to update or delete the Quickstart chapter from the `README.m
7878

7979
## Development
8080

81-
You can create your own invocation to your own agents hosted anywhere. Copy or update the `agent.py` from `src/agent/` and edit it to match your LLM agent requirements. Import the new invocation in the `module.py` file.
81+
You can create your own invocation to your own agents hosted anywhere. To modify the behaviour of the chatbot, simply edit the prompts in `src/agent/prompts.py`. Or if you want to create a custom agent, copy or update the `agent.py` from `src/agent/` and edit it to match your LLM agent requirements. Import the new invocation in the `module.py` file.
8282

8383
Your agent can be based on an LLM hosted anywhere. OpenAI, Google AI, Azure OpenAI, and Ollama are available out of the box via `src/agent/llm_factory.py`, and you can add your own provider there too.
8484

0 commit comments

Comments
 (0)