-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d51849
commit 1c10412
Showing
13 changed files
with
84 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
### OpenAI Key | ||
openai_api_key: 'YOUR_API_KEY_HERE' | ||
### Pipeline ### | ||
pipeline: 'engineering_pipeline' | ||
|
||
### API Keys ### | ||
openai_api_key: 'OPENAI_API_KEY' | ||
|
||
### OpenAI Default Configs ### | ||
### All calls to OpenAI will use these configs unless otherwise specified ### | ||
### All calls to OpenAI will use these configs unless otherwise specified in pipeline ### | ||
|
||
default_model: 'gpt-4' # Recommended to set to a cheaper model for testing. | ||
default_temperature: 1 | ||
default_temperature: 0.8 | ||
default_max_tokens: Null | ||
default_top_p: 1 | ||
default_frequency_penalty: 0 | ||
default_presence_penalty: 0 | ||
|
||
### Logging ### | ||
wandb_enabled: false | ||
|
||
### Pipeline ### | ||
pipeline: 'task_pipeline' | ||
wandb_enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
You are great at making decisions. | ||
You are presented with evidence and discussion, and it is your job to come to a conclusion. | ||
You are great at this. | ||
Your decisions are unbiased and fair. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
You provide feedback about information that ground it in the real word and reality. | ||
Be harsh and consistent. | ||
You provide feedback about information that grounds it in the real word and reality. | ||
Be harsh and consistent. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters