-
-
Notifications
You must be signed in to change notification settings - Fork 315
LLM_Support
pyscripter edited this page Apr 13, 2025
·
4 revisions
Large Language Models (LLMs) have the potential of transforming the coding experience and increasing programmer productivity to new levels. PyScripter has built-in support for LLM-assisted coding, which comes in two forms.
Both cloud-based and local LLM are supported:
- Cloud-based LLM
- Local LLM models (support is provided by using Ollama).
Choice of models include:
- llama3 and codellama by Meta
- gemma by Google
- starcoder2 by Nvidia
- phi and wizardlm by Microsoft
- and many many others
Support for other cloud-based LLM services such as Claude by Anthropic is planned in future versions of PyScripter