Skip to content

Commit d704b66

Browse files
authored
fix: correct the Zai API URL (#946)
1 parent b984bc4 commit d704b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/prism.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
'url' => env('PERPLEXITY_URL', 'https://api.perplexity.ai'),
6767
],
6868
'z' => [
69-
'url' => env('Z_URL', 'https://api.z.ai/api/coding/paas/v4'),
69+
'url' => env('Z_URL', 'https://api.z.ai/api/paas/v4'),
7070
'api_key' => env('Z_API_KEY', ''),
7171
],
7272
],

0 commit comments

Comments
 (0)