lastmile-ai / aiconfig

AIConfig is a config-based framework to build generative AI applications.
https://aiconfig.lastmileai.dev
MIT License
898 stars 70 forks source link

Evaluate Button & Metrics Selector #1455

Closed rholinshead closed 3 months ago

rholinshead commented 3 months ago

sl is messed up locally for me for some reason, it gives the following error when trying to create a PR for a commit:

(aiconfig) ryanholinshead@Ryans-MBP aiconfig-eval-ui % sl pr submit --draft
pushing 1 to https://github.com/lastmile-ai/aiconfig-eval-ui.git
abort: error creating pull request for 94fcec2e567ece9a4ae8ec943506427ed762e240: {
 "message": "Validation Failed",
 "errors": [
  {
   "resource": "PullRequest",
   "field": "head",
   "code": "invalid"
  }
 ],
 "documentation_url": "https://docs.github.com/rest/pulls/pulls#create-a-pull-request"
}

Going to manually create branch, push branch and create PR in the UI for now

This PR is just a starting point for the UI

rholinshead commented 3 months ago

Hmm, should have been in forked repo :(