From ecaf24d727d92fa29f4771666aeb3b07462e95c1 Mon Sep 17 00:00:00 2001 From: siddharth Sambharia Date: Sat, 23 Nov 2024 05:42:12 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=98=20docs:=20Portkey=20AI=20custom=20?= =?UTF-8?q?endpoint=20in=20`librechat.example.yaml`=20(#4625)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update librechat.example.yaml with Portkey AI example * Update librechat.example.yaml --------- Co-authored-by: Danny Avila --- librechat.example.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/librechat.example.yaml b/librechat.example.yaml index 4b2419596..6e9490c9d 100644 --- a/librechat.example.yaml +++ b/librechat.example.yaml @@ -184,6 +184,24 @@ endpoints: # Recommended: Drop the stop parameter from the request as Openrouter models use a variety of stop tokens. dropParams: ['stop'] modelDisplayLabel: 'OpenRouter' + + # Portkey AI Example + - name: "Portkey" + apiKey: "dummy" + baseURL: 'https://api.portkey.ai/v1' + headers: + x-portkey-api-key: '${PORTKEY_API_KEY}' + x-portkey-virtual-key: '${PORTKEY_OPENAI_VIRTUAL_KEY}' + models: + default: ['gpt-4o-mini', 'gpt-4o', 'chatgpt-4o-latest'] + fetch: true + titleConvo: true + titleModel: 'current_model' + summarize: false + summaryModel: 'current_model' + forcePrompt: false + modelDisplayLabel: 'Portkey' + iconURL: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/rjqy7ghvjoiu4cd1xjbf # fileConfig: # endpoints: # assistants: