aws-samples / bedrock-claude-chat

AWS-native chatbot using Bedrock + Claude (+Mistral)
MIT No Attribution
698 stars 240 forks source link

[Feature Request]LLM params #229

Closed k70suK3-k06a7ash1 closed 2 months ago

k70suK3-k06a7ash1 commented 3 months ago

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

k70suK3-k06a7ash1 commented 3 months ago
スクリーンショット 2024-04-08 16 44 08

design

k70suK3-k06a7ash1 commented 3 months ago

add max_results

k70suK3-k06a7ash1 commented 3 months ago
# Configure search parameter to fetch relevant documents from vector store.
SEARCH_CONFIG = {
    "max_results": 20,
}
k70suK3-k06a7ash1 commented 2 months ago

custom bot << add temperature chat << add setting temperature