mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-01-13 01:15:44 +00:00
feat(app): lint & beautify
This commit is contained in:
@@ -81,7 +81,7 @@ class AnthropicProvider extends BaseModelProvider<AnthropicConfig> {
|
||||
return new AnthropicLLM({
|
||||
apiKey: this.config.apiKey,
|
||||
model: key,
|
||||
baseURL: 'https://api.anthropic.com/v1'
|
||||
baseURL: 'https://api.anthropic.com/v1',
|
||||
});
|
||||
}
|
||||
|
||||
@@ -112,4 +112,4 @@ class AnthropicProvider extends BaseModelProvider<AnthropicConfig> {
|
||||
}
|
||||
}
|
||||
|
||||
export default AnthropicProvider;
|
||||
export default AnthropicProvider;
|
||||
|
||||
Reference in New Issue
Block a user