danny-avila / LibreChat

Enhanced ChatGPT Clone: Features Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.
https://librechat.ai/
MIT License
19.2k stars 3.2k forks source link

Enhancement: allow setting model parameter ranges for custom endpoints #4027

Open happyZYM opened 2 months ago

happyZYM commented 2 months ago

What happened?

I would like to set temperature above 1.0(For example, deepseek https://platform.deepseek.com/api-docs/quick_start/parameter_settings/), but LibreChat rejected my operation.

Steps to Reproduce

  1. click on the configure panel
  2. set temperature to 1.3
  3. the system automatically set temperature to 1.0

What browsers are you seeing the problem on?

No response

Relevant log output

No response

Screenshots

No response

Code of Conduct

danny-avila commented 2 months ago

this is not a bug, since OpenAI is limited up to 1: https://platform.openai.com/docs/api-reference/audio/createTranscription#audio-createtranscription-temperature

So I edited the title/label to reflect the need