We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd24721 commit ec0707cCopy full SHA for ec0707c
extensions/positron-assistant/src/anthropic.ts
@@ -38,7 +38,7 @@ export class AnthropicLanguageModel implements positron.ai.LanguageModelChatProv
38
};
39
40
constructor(private readonly _config: ModelConfig) {
41
- this.name = AnthropicLanguageModel.source.defaults.name;
+ this.name = _config.name;
42
this.provider = _config.provider;
43
this.identifier = _config.id;
44
this._client = new Anthropic({
0 commit comments