Skip to content

Commit 67a78c5

Browse files
committed
add anthropic driver
1 parent dc455dd commit 67a78c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/options/ai.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22

3+
use tobimori\Seo\Ai\Drivers\Anthropic;
34
use tobimori\Seo\Ai\Drivers\OpenAi;
45

56
// TODO: custom provider per task
@@ -13,6 +14,12 @@
1314
'apiKey' => '', // needs to be defined
1415
],
1516
],
17+
'anthropic' => [
18+
'driver' => Anthropic::class,
19+
'config' => [
20+
'apiKey' => '', // needs to be defined
21+
],
22+
],
1623
'openrouter' => [
1724
'driver' => OpenAi::class,
1825
'config' => [

0 commit comments

Comments
 (0)