Configuring a language model
Create an .env file with your LM credentials. You can copy .env.example to .env and fill in real values:
API_BASE=https://localmodel/api
MODEL=litellm/modelname
API_KEY=your-key-here
Create an .env file with your LM credentials. You can copy .env.example to .env and fill in real values:
API_BASE=https://localmodel/api
MODEL=litellm/modelname
API_KEY=your-key-here