lastmile-ai / aiconfig

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

Update aiconfig-editor Package and Attach delete_model request/callback #1469

Closed rholinshead closed 6 months ago

rholinshead commented 6 months ago

Update aiconfig-editor Package and Attach delete_model request/callback

Summary: Update the aiconfig-editor package to include UI for global model settings. As part of this, add the code to connect the delete_model request. Note that the delete_model call doesn't work because aiconfig python package needs to be updates so that the server has the endpoint.

Test Plan: Added global settings, system prompt "respond in capital letters" for gpt-3.5-turbo and it works as expected

rholinshead commented 6 months ago

Do we also need to run yarn && yarn build from editor/client?

You mean from editor dir? I did yarn and yarn build:vscode

Oh, or do you mean in aiconfig repo. If so, yes it's needed there but that's needed as part of the aiconfig packaging right?

rossdanlm commented 6 months ago

Oh, or do you mean in aiconfig repo. If so, yes it's needed there but that's needed as part of the aiconfig packaging right?

Yea that's what I mean, I'll run this now as usual no worries