Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job generation service #78

Closed
SatyamMattoo opened this issue Jun 23, 2024 · 2 comments
Closed

Job generation service #78

SatyamMattoo opened this issue Jun 23, 2024 · 2 comments

Comments

@SatyamMattoo
Copy link
Collaborator

SatyamMattoo commented Jun 23, 2024

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.

  1. Integrate
@josephjclark
Copy link
Collaborator

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
Copy link
Collaborator Author

Okay sure sir!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants