-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
5 changed files
with
17 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[$ You must choose the best LLM for a given prompt, considering all the options listed below: | ||
|
||
- `gpt-3.5-turbo` - Best for tasks that don't require reasoning, like data processing or generation. | ||
- `gpt-4o` - Will offer a very high level of intelligence and strong performance. Suitable for programming tasks that require reasoning about software architecture. | ||
- `gpt-4o-mini` - Suitable for programming tasks that involve straightforward implementations, like utility functions. | ||
|
||
Output format: output ONLY the model ID without qoutes. | ||
|
||
The prompt: [:prompt] | ||
] |
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,3 @@ | ||
[:MODEL=[:use ./choose-model :prompt=[:prompt]]] | ||
Selected model: [:MODEL] | ||
[$[:prompt]] |
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