Skip to content

Commit

Permalink
fix: issue with model map feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Jul 9, 2024
1 parent acfb41b commit d33d9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ax/ai/anthropic/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface AxAIAnthropicArgs {

export class AxAIAnthropic extends AxBaseAI<
AxAIAnthropicModel,
unknown,
string,
AxAIAnthropicChatRequest,
unknown,
AxAIAnthropicChatResponse,
Expand Down

0 comments on commit d33d9be

Please sign in to comment.