microsoft / lida

Automatic Generation of Visualizations and Infographics using Large Language Models
https://microsoft.github.io/lida/
MIT License
2.66k stars 282 forks source link

Improved Prompting #12

Open victordibia opened 1 year ago

victordibia commented 1 year ago

What

Currently the system prompts used in LIDA modules are integrated in the class files. Given the fluid nature of LLMs today and the need for low level prompt specification, this initial implementation works.

However it would be valuable to provide some sort of templating system where part of the prompt can be specified by the user and loaded as an option.

Some potential approaches