Add optional ANTHROPIC_API_BASE_URL
This commit is contained in:
@@ -24,7 +24,8 @@ import { generateTaskFiles } from './task-manager.js';
|
||||
|
||||
// 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
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user