Closed iandrosov closed 11 months ago
Closing this issue, it has been implemented as part of separate package and repo https://github.com/SFDO-Community/grant-content-ai that can be added to Grant Kit
Closing this issue, it has been implemented as part of separate package and repo https://github.com/SFDO-Community/grant-content-ai that can be added to Grant Kit
OVERVIEW
POC use of GPT models to assist in creation of grant text components (text blocks) for purpose statement or project plan as examples.
ACCEPTANCE CRITERIA
Add Named Credential for secure authentication for OpenAI API Key
Apex utility classes to support API calls and parsing the request/response data
LWC UI Component that allows entry prompt to generate requests and render results.
There may be multiple option results rendered where use needs to select one to use in targeted Grant text block
Initial Models choices: text-davinci-003 or gpt-3.5-turbo
OUT OF SCOPE
Full scale GPT model integration and tuning of models
BACKGROUND/REFERENCE
Use of OpenAI APIs and response data structures