OpenFn / apollo

GNU Lesser General Public License v2.1
0 stars 2 forks source link

Job generation service #78

Closed SatyamMattoo closed 5 months ago

SatyamMattoo commented 5 months ago

Creating a job generation service as mentioned in [DMP 2024] Generate Job expressions #620. Steps:

  1. Create a job generation service with a basic setup that takes 6 inputs

    {
    "model": "gpt3_turbo",
    "api_key": "YOUR_OPENAI_KEY_HERE",
    "expression": "the user's existing js expression",
    "adaptor": "@openfn/language-salesforce@1.0.0",
    "state": {
        "x": "x"
    },
    "instruction": "a natural language command"
    } 

    and generates an output using the given AI model.

  2. Integrate

josephjclark commented 5 months ago

Hi @SatyamMattoo we don't need to duplicate the issue for this. I think we're going to move the original here into this repo anyway.

We'll have a catch up a bit later to figure out the working cadence we need. But for now I'll close this issue down.

SatyamMattoo commented 5 months ago

Okay sure sir!