-
-
Notifications
You must be signed in to change notification settings - Fork 328
LLM_Support
pyscripter edited this page Jun 30, 2024
·
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
- OpenAI models such as (GPT-3.5 Turbo and GPT-4o)
- 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 Gemini by Google and Claude by Anthropic is planned in future versions of PyScripter
