Showing posts with label LLM. Show all posts
Showing posts with label LLM. Show all posts

Tuesday, September 10, 2024

PyScripter v5.0.1 released

PyScripter v5.0.1 is now available at Sourceforge. Google’s Gemini LLM has been added to the list of supported LLM service providers.  Low usage of Gemini is free, so this makes it a great choice for working with PyScripter’s LLM-assisted coding.  See this wiki page to get started.

  • New features:
    • Support for Google's Gemini LLM
  • Issues addressed:

Sunday, June 30, 2024

PyScripter 5.0.0 released

PyScripter 5.0.0 is now available at Sourceforge.  The headline item in this release is the introduction of LLM-assisted coding.  Large Language Models (LLMs) have the potential of transforming the coding experience and increasing programmer productivity to new levels.  Click on the links below to find out more and watch the demo videos in this blog post.

New features:

  •  Integrated LLM support
  • OpenAI and local LLM models using Ollama supported
  • New IDE Window Chat for interacting with Large Language Models
  • Code Assistant functionality (Suggest, Find bugs, Optimize, Comment)
  • Python 3.13 support added.  Dropped support for python 3.7
  • Updated and improved documentation (Help file)

Issues addressed:

Sunday, June 23, 2024

Teaser: Integration with LLM

The videos below showcase some of the forthcoming functionality related to the integration of LLM technology with PyScripter.  OpenAI and local models using Ollama are supported.

Assistant code completion (1): 



Assistant code completion (2): 


Fix bugs:



Chat with LLM (1):



Chat with LLM (2):