Learn how to set up and run LiteLLM with Cline using the Codestral model. This guide covers Docker setup, configuration, and integration with Cline.
.env
file and fill in the appropriate field
config.yaml
file to contain our LiteLLM configuration. In this case we’ll just have one model, ‘codestral-latest’ and label it ‘codestral’
http://0.0.0.0:4000/v1
.env
for LITELLM_MASTER_KEYcodestral
or whatever you named it under config.yaml