Add optional ANTHROPIC_API_BASE_URL
This commit is contained in:
@@ -60,7 +60,8 @@ import {
|
||||
|
||||
// Initialize Anthropic client
|
||||
const anthropic = new Anthropic({
|
||||
apiKey: process.env.ANTHROPIC_API_KEY
|
||||
apiKey: process.env.ANTHROPIC_API_KEY,
|
||||
baseURL: process.env.ANTHROPIC_API_BASE_URL
|
||||
});
|
||||
|
||||
// Import perplexity if available
|
||||
|
||||
Reference in New Issue
Block a user