Skip to content

Latest commit

 

History

History

providers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

CodeLLM Providers

The providers are a standard interface for various LLM providers. The system currently supports:

  • langchain providers. This is a wrapper around langchain that allows you to use any of the available LLMs.
  • mistral providers. You will need to configure an API key for the mistral API.
  • ollama
  • openai providers. You will need to have ollama running locally or configure an API key for openai.