Rename Lite LLM to LiteLLM in config

This commit is contained in:
2026-02-27 18:28:23 +01:00
parent 7eb3a998bc
commit baa4c2042e
2 changed files with 3 additions and 3 deletions

View File

@@ -6,4 +6,4 @@ zlorfi's dotfiles
* install a patched [Nerd Font](https://www.nerdfonts.com/) (e.g., Sauce Code Pro) for terminal/editor icons
* change the font of your default terminal app to the installed Nerd Font
* neovim plugins are managed by [lazy.nvim](https://github.com/folke/lazy.nvim) and will install automatically on first launch
* secrets can be stored inside `zsh_secrets`
* secrets can be stored inside `zsh_secrets`, for using LiteLLM as a provider, the secrets needs to be in the form of: `export LITELLM_API_KEY=sk-YOUR_SECRET_KEY`

View File

@@ -18,7 +18,7 @@
"model": "claude-haiku-4-5-thinking-latest"
},
"commit_message_model": {
"provider": "openai_compatible.Lite LLM",
"provider": "openai_compatible.LiteLLM",
"model": "gpt-5-nano"
},
"model_parameters": []
@@ -26,7 +26,7 @@
// https://zed.dev/docs/ai/llm-providers
"language_models": {
"openai_compatible": {
"Lite LLM": {
"LiteLLM": {
"api_url": "http://192.168.10.10:4000/v1",
"available_models": [
{