File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -157,9 +157,9 @@ export const quickTemplates: QuickTemplate[] = [
157157 logoUrl : duckcodingLogo ,
158158 supportedClients : [ 'claude' , 'codex' , 'gemini' ] ,
159159 clientBaseURLs : {
160- claude : 'https://jp .duckcoding.com ' ,
161- codex : 'https://jp .duckcoding.com /v1' ,
162- gemini : 'https://jp .duckcoding.com ' ,
160+ claude : 'https://api .duckcoding.ai ' ,
161+ codex : 'https://api .duckcoding.ai /v1' ,
162+ gemini : 'https://api .duckcoding.ai ' ,
163163 } ,
164164 } ,
165165 {
@@ -172,7 +172,7 @@ export const quickTemplates: QuickTemplate[] = [
172172 logoUrl : freeDuckLogo ,
173173 supportedClients : [ 'claude' ] ,
174174 clientBaseURLs : {
175- claude : 'https://free.duckcoding.com ' ,
175+ claude : 'https://free.duckcoding.ai ' ,
176176 } ,
177177 } ,
178178 {
You can’t perform that action at this time.
0 commit comments