# Configuration version (required) version: 1.0.0 # Cache settings: Set to true to enable caching cache: true # Definition of custom endpoints endpoints: custom: # Mistral AI API - name: "Mistral" apiKey: "user_provided" baseURL: "https://api.mistral.ai/v1" # Models configuration models: default: ["mistral-tiny", "mistral-small", "mistral-medium"] fetch: true # Defaults to false. # Optional configurations # Title Conversation setting titleConvo: true # Set to true to enable title conversation # Title Method: Choose between "completion" or "functions". titleMethod: "completion" # Defaults to "completion" if omitted. # Title Model: Specify the model to use for titles. titleModel: "mistral-tiny" # Defaults to "gpt-3.5-turbo" if omitted. # Summarize setting: Set to true to enable summarization. summarize: false # Summary Model: Specify the model to use if summarization is enabled. summaryModel: "mistral-tiny" # Defaults to "gpt-3.5-turbo" if omitted. # Force Prompt setting: If true, sends a `prompt` parameter instead of `messages`. forcePrompt: false # The label displayed for the AI model in messages. modelDisplayLabel: "Mistral" # Default is "AI" when not set. # Add additional parameters to the request. Default params will be overwritten. addParams: safe_mode: true # This field is specific to Mistral AI: https://docs.mistral.ai/api/ # Drop Default params parameters from the request. See default params in guide linked below. dropParams: ["stop", "temperature", "top_p"] # - stop # dropped since it's not recognized by Mistral AI API # `temperature` and `top_p` are removed to allow Mistral AI API defaults to be used: # - temperature # - top_p # OpenRouter.ai - name: "OpenRouter" apiKey: "user_provided" baseURL: "https://openrouter.ai/api/v1" models: default: ["01-ai/yi-34b", "01-ai/yi-34b-chat", "01-ai/yi-6b", "alpindale/goliath-120b", "anthropic/claude-2", "anthropic/claude-2.0", "anthropic/claude-instant-v1", "austism/chronos-hermes-13b", "cognitivecomputations/dolphin-mixtral-8x7b", "google/gemini-pro", "google/gemini-pro-vision", "google/palm-2-chat-bison", "google/palm-2-chat-bison-32k", "google/palm-2-codechat-bison", "google/palm-2-codechat-bison-32k", "gryphe/mythomax-l2-13b", "gryphe/mythomax-l2-13b-8k", "gryphe/mythomist-7b", "haotian-liu/llava-13b", "huggingfaceh4/zephyr-7b-beta", "intel/neural-chat-7b", "jebcarter/psyfighter-13b", "jondurbin/airoboros-l2-70b", "jondurbin/bagel-34b", "koboldai/psyfighter-13b-2", "lizpreciatior/lzlv-70b-fp16-hf", "mancer/weaver", "meta-llama/codellama-34b-instruct", "meta-llama/llama-2-13b-chat", "meta-llama/llama-2-70b-chat", "migtissera/synthia-70b", "mistralai/mistral-7b-instruct", "mistralai/mixtral-8x7b", "mistralai/mixtral-8x7b-instruct", "neversleep/noromaid-20b", "neversleep/noromaid-mixtral-8x7b-instruct", "nousresearch/nous-capybara-34b", "nousresearch/nous-capybara-7b", "nousresearch/nous-hermes-2-vision-7b", "nousresearch/nous-hermes-llama2-13b", "nousresearch/nous-hermes-llama2-70b", "nousresearch/nous-hermes-yi-34b", "open-orca/mistral-7b-openorca", "openai/gpt-3.5-turbo", "openai/gpt-3.5-turbo-1106", "openai/gpt-3.5-turbo-16k", "openai/gpt-3.5-turbo-instruct", "openai/gpt-4", "openai/gpt-4-1106-preview", "openai/gpt-4-32k", "openai/gpt-4-vision-preview", "openchat/openchat-7b", "openrouter/auto", "openrouter/cinematika-7b", "perplexity/pplx-70b-chat", "perplexity/pplx-70b-online", "perplexity/pplx-7b-chat", "perplexity/pplx-7b-online", "phind/phind-codellama-34b", "pygmalionai/mythalion-13b", "recursal/rwkv-5-3b-ai-town", "rwkv/rwkv-5-world-3b", "teknium/openhermes-2-mistral-7b", "teknium/openhermes-2.5-mistral-7b", "togethercomputer/stripedhyena-hessian-7b", "togethercomputer/stripedhyena-nous-7b", "undi95/remm-slerp-l2-13b", "undi95/toppy-m-7b", "xwin-lm/xwin-lm-70b"] fetch: true titleConvo: true titleModel: "gpt-3.5-turbo" summarize: false summaryModel: "gpt-3.5-turbo" forcePrompt: false modelDisplayLabel: "OpenRouter" # NagaAI - name: "NagaAI" apiKey: "user_provided" baseURL: "https://api.naga.ac/v1" models: default: ["gpt-4-1106-preview", "gpt-4-vision-preview", "gpt-4-0613", "gpt-3.5-turbo-1106", "gpt-3.5-turbo-0613", "gemini-pro", "gemini-pro-vision", "llama-2-70b-chat", "llama-2-13b-chat", "llama-2-7b-chat", "code-llama-34b", "mistral-7b", "mixtral-8x7b", "falcon-180b-chat", "claude-2", "claude-instant"] fetch: true titleConvo: true titleModel: "gpt-3.5-turbo" summarize: false summaryModel: "gpt-3.5-turbo" forcePrompt: false modelDisplayLabel: "NagaAI" iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1193703134661455932/NagaAI.png" # Mandrill - name: "Mandrill" apiKey: "user_provided" baseURL: "https://api.mandrillai.tech/v1" models: default: ["gpt-4-vision-preview", "gpt-4", "gpt-4-1106-preview", "gpt-3.5-turbo", "gpt-3.5-turbo-1106", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-0301", "gemini-pro", "gemini-pro-vision"] fetch: true titleConvo: true titleModel: "gpt-3.5-turbo" summarize: false summaryModel: "gpt-3.5-turbo" forcePrompt: false modelDisplayLabel: "Mandrill" iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1193980279233187912/Mandrill.png" # Pawan - name: "Pawan" apiKey: "user_provided" baseURL: "https://api.pawan.krd/pai-001-rp/v1" models: default: ["pai-001-rp"] fetch: true titleConvo: true titleModel: "pai-001-rp" summarize: false summaryModel: "pai-001-rp" forcePrompt: false modelDisplayLabel: "Pawan" iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1194032025573797898/Pawan.png" # Pawan light - name: "Pawan light" apiKey: "user_provided" baseURL: "https://api.pawan.krd/pai-001-light-rp/v1" models: default: ["pai-001-light-rp"] fetch: true titleConvo: true titleModel: "pai-001-light-rp" summarize: false summaryModel: "pai-001-light-rp" forcePrompt: false modelDisplayLabel: "Pawan light" iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1194032025573797898/Pawan.png" # See the Custom Configuration Guide for more information: # https://docs.librechat.ai/install/configuration/custom_config.html