mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
📑 docs: fix Portkey AI bad indentation
This commit is contained in:
parent
1dbe6ee75d
commit
51e016ef2c
1 changed files with 15 additions and 15 deletions
|
@ -187,21 +187,21 @@ endpoints:
|
||||||
|
|
||||||
# Portkey AI Example
|
# Portkey AI Example
|
||||||
- name: "Portkey"
|
- name: "Portkey"
|
||||||
apiKey: "dummy"
|
apiKey: "dummy"
|
||||||
baseURL: 'https://api.portkey.ai/v1'
|
baseURL: 'https://api.portkey.ai/v1'
|
||||||
headers:
|
headers:
|
||||||
x-portkey-api-key: '${PORTKEY_API_KEY}'
|
x-portkey-api-key: '${PORTKEY_API_KEY}'
|
||||||
x-portkey-virtual-key: '${PORTKEY_OPENAI_VIRTUAL_KEY}'
|
x-portkey-virtual-key: '${PORTKEY_OPENAI_VIRTUAL_KEY}'
|
||||||
models:
|
models:
|
||||||
default: ['gpt-4o-mini', 'gpt-4o', 'chatgpt-4o-latest']
|
default: ['gpt-4o-mini', 'gpt-4o', 'chatgpt-4o-latest']
|
||||||
fetch: true
|
fetch: true
|
||||||
titleConvo: true
|
titleConvo: true
|
||||||
titleModel: 'current_model'
|
titleModel: 'current_model'
|
||||||
summarize: false
|
summarize: false
|
||||||
summaryModel: 'current_model'
|
summaryModel: 'current_model'
|
||||||
forcePrompt: false
|
forcePrompt: false
|
||||||
modelDisplayLabel: 'Portkey'
|
modelDisplayLabel: 'Portkey'
|
||||||
iconURL: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/rjqy7ghvjoiu4cd1xjbf
|
iconURL: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/rjqy7ghvjoiu4cd1xjbf
|
||||||
# fileConfig:
|
# fileConfig:
|
||||||
# endpoints:
|
# endpoints:
|
||||||
# assistants:
|
# assistants:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue