mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-28 00:20:16 +09:00
Consider adding more Bedrock-specific configurations
This commit is contained in:
parent
1b5a81c7ad
commit
24261d20b3
@ -242,6 +242,8 @@ export const ChatGLM = {
|
||||
|
||||
export const Bedrock = {
|
||||
ChatPath: "converse",
|
||||
ApiVersion: "2023-11-01",
|
||||
getEndpoint: (region: string = "us-west-2") =>`https://bedrock-runtime.${region}.amazonaws.com`,
|
||||
};
|
||||
|
||||
export const DEFAULT_INPUT_TEMPLATE = `{{input}}`; // input / time / model / lang
|
||||
|
Loading…
Reference in New Issue
Block a user