langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
35.59k stars 4.8k forks source link

hope support maxToken and temperature param when call /chat-messages #5601

Open cato-chen opened 3 days ago

cato-chen commented 3 days ago

Self Checks

1. Is this request related to a challenge you're experiencing? Tell me about your story.

Sometimes we have to limit the maxToken and temperature that can be used for the same bot depending on the scenario.

But now the chat-message interface does not support token and temperature transmission, which can only be manually adjusted in dify by adding multiple identical bots

2. Additional context or comments

No response

3. Can you help us with this feature?