Skip to content

Commit 4641b9d

Browse files
author
melihunsal
committed
finalizer prompt modified
1 parent 591c3e2 commit 4641b9d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ python -m unittest src.plan.test.TestDemoGPT.$function_name
6565
```
6666
Then, the test result will be available in the **test.log**.
6767

68+
## Modifying The Main Prompts.
69+
70+
Main prompts are inside of `demogpt/plan/chains/prompts` folder whose names are `combine.py`, `feedback.py`, `plan.py`, `refine.py`, `tasks.py` and `final.py`
71+
72+
You can also modify those prompts according to their goal which you can check their usage in `demogpt/plan/model.py`
73+
6874
## Upcoming Tasks
6975
We are planning to integrate 🦍 Gorilla, a model specifically designed for API calls, as a task. Stay tuned for more details on this exciting addition.
7076

0 commit comments

Comments
 (0)