I don't understand what the use case is here at all. It saves prompt parameters as JSON? Is that it?
AIConfig Extension for VS Code
11–17 of 17 posts
Re: AIConfig Extension for VS Code
#12I don't understand what the use case is here at all. It saves prompt parameters as JSON? Is that it?
Re: AIConfig Extension for VS Code
#13I don't understand what the use case is here at all. It saves prompt parameters as JSON? Is that it?
* Testing prompt behavior across various LLMs * Sharing those prompts across multiple applications
We currently use a jupyter notebook to iterate, test, and validate prompts. Then move those prompts to our production app written in C#. If there were a C# SDK, I could use this tool to create a prompts config file and share it between the jupyter notebook and the C# app. The config file could also be added to version control.
Having said that, I don't understand why it saves the output of the LLM so maybe I'm missing something.
Re: AIConfig Extension for VS Code
#14Re: AIConfig Extension for VS Code
#15It contains telemetry but it's not clear whether it collects your prompts or not
Re: AIConfig Extension for VS Code
#16VSCode is a good target for single-player editing, and I can see something like this being helpful, but what does a collaborative experience look like, eg if you have a team of folks all working on the same prompts?
Re: AIConfig Extension for VS Code
#17Nice part about that one is no separate server, no telemetry, and the backing file format is simple JSON you can directly import from your production application. However the range of supported models is smaller (basically only LLaMa-style and OpenAI-style interfaces are supported).