Create a Prompter method that can effectively take in a model and prompt as input parameters and subsequently return a classification output. This method will require careful consideration and implementation of appropriate algorithms and techniques to ensure accurate and efficient classification results.
This issue has a dependency upon issue #9, mainly to test the desire output.
Example file for end user implementation -
|
const result = Prompter(model, prompt) |
Create a Prompter method that can effectively take in a model and prompt as input parameters and subsequently return a classification output. This method will require careful consideration and implementation of appropriate algorithms and techniques to ensure accurate and efficient classification results.
This issue has a dependency upon issue #9, mainly to test the desire output.
Example file for end user implementation -
PromptifyJs/examples/example.ts
Line 15 in af85988