mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-14 08:19:51 +02:00
change provider descriptions and dont set default url for bedrock
This commit is contained in:
@@ -56,7 +56,7 @@ export const AI_PROVIDER_DEFAULTS: Record<
|
||||
capabilities: ["google_generate_content", "google_raw_predict"]
|
||||
},
|
||||
bedrock: {
|
||||
upstreamUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
||||
upstreamUrl: null,
|
||||
authType: "bearer",
|
||||
capabilities: ["bedrock_converse"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user