Skip to content

Commit

Permalink
feat(corprep): add gpt3 and gpt4 agent configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 3, 2023
1 parent cd8d7e4 commit b2a52cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/corprep/conf/agent/corprep-gpt3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
defaults:
- absa
- override /prompts: corprep

_config_name_: corprep-gpt3
task: QUAD
prompt: base
5 changes: 5 additions & 0 deletions src/corprep/conf/agent/corprep-gpt4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
defaults:
- corprep-gpt3
- override /llm: gpt4

_config_name_: corprep-gpt4

0 comments on commit b2a52cd

Please sign in to comment.