SFDO-Community / GrantGuides_f1

The Grants Content Kit stores and organizes grant proposal content in Salesforce, allowing grant writers to streamline applications starting with their best content.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

GPT-3 Integration POC #18

Closed iandrosov closed 10 months ago

iandrosov commented 10 months ago

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

iandrosov commented 10 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

iandrosov commented 10 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