Rename Lite LLM to LiteLLM in config
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user