mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2026-01-25 23:03:57 +00:00
* feat: added support for A21 and Amazon Titan models via bedrock api Signed-off-by: Yomesh Shah <yomesh@gmail.com> * fix: response type for diffrent models and use of constant for top_P Signed-off-by: Yomesh Shah <yomesh@gmail.com> * fix: constant for top_P as int vs string Signed-off-by: Yomesh Shah <yomesh@gmail.com> * feat: moved topP and maxTokens to config rather than being constants in the code Signed-off-by: Yomesh Shah <yomesh@gmail.com> --------- Signed-off-by: Yomesh Shah <yomesh@gmail.com> Co-authored-by: Alex Jones <alexsimonjones@gmail.com> Signed-off-by: AlexsJones <alexsimonjones@gmail.com>