Skip to content

Releases: mljar/plotai

0.0.7

17 Feb 09:05
192754b

Choose a tag to compare

Important securitiy risk

The PlotAI executes code from LLM. It is using exec() function for this.

I commented out the exec() function in file plotai/code/executor.py. If you understand the security risks you need to remove comment to use the package.

v0.0.6

09 Oct 08:43

Choose a tag to compare

Enhancements

  • #10, #12 add option to disable logging (verbose argument in PlotAI() constructor)

v0.0.5

21 May 07:06

Choose a tag to compare

Just updated README

v0.0.4

21 May 06:59

Choose a tag to compare

Fixes

  • (#5, #6) fixed problem with selecting model version, it is also working with "gpt-4o".

God bless you all!

0.0.3

18 Mar 07:11
cce3ca8

Choose a tag to compare

Enhancements

  • Added support for other models in #3, thank you @pedMatias 🥇