Skip to content

Commit

Permalink
finalizer prompt modified
Browse files Browse the repository at this point in the history
  • Loading branch information
melihunsal committed Aug 17, 2023
1 parent 591c3e2 commit 4641b9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ python -m unittest src.plan.test.TestDemoGPT.$function_name
```
Then, the test result will be available in the **test.log**.

## Modifying The Main Prompts.

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`

You can also modify those prompts according to their goal which you can check their usage in `demogpt/plan/model.py`

## Upcoming Tasks
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.

Expand Down

0 comments on commit 4641b9d

Please sign in to comment.