From 87af1e1de20bf08536cbc9f97a926be0fd9ee394 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Sat, 10 Feb 2024 23:53:37 -0500 Subject: [PATCH] enable auto-fetch for librechat --- librechat/librechat.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/librechat/librechat.yaml b/librechat/librechat.yaml index 59aa389..d211267 100644 --- a/librechat/librechat.yaml +++ b/librechat/librechat.yaml @@ -2,18 +2,19 @@ version: 1.0.1 cache: true endpoints: custom: - # Example using Mistral AI API - - name: "Mistral" + - name: "Ollama" + iconURL: https://ollama.ai/public/icon.png apiKey: "noUse" baseURL: "http://litellm:8000" models: default: ["mistral-7b"] + fetch: true titleConvo: true titleModel: "mistral-7b" summarize: true summaryModel: "mistral-7b" forcePrompt: false - modelDisplayLabel: "Mistral" + modelDisplayLabel: "Ollama" # addParams: # safe_prompt: true # NOTE: For Mistral, it is necessary to drop the following parameters or you will encounter a 422 Error: