Skip to content

Commit 7aee259

Browse files
committed
feat(web-ui): add Telepub and AnyRouter preset providers
1 parent 7afd9d6 commit 7aee259

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

web-ui/logic.codex.mjs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,18 @@ export const CODEX_PROVIDER_TEMPLATES = Object.freeze([
5252
url: 'https://ai.muapi.cn/v1',
5353
model: 'mimo-v2-pro',
5454
useTransform: true
55+
},
56+
{
57+
label: 'Telepub',
58+
name: 'telepub',
59+
url: 'https://voyage.prod.telepub.cn/voyage/api',
60+
model: 'DeepSeek-V4-pro',
61+
useTransform: true
62+
},
63+
{
64+
label: 'AnyRouter',
65+
name: 'anyrouter',
66+
url: 'https://anyrouter.top/v1',
67+
model: 'gpt-5.5'
5568
}
5669
]);

web-ui/partials/index/modals-basic.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
<input type="checkbox" v-model="newProvider.useTransform">
3535
{{ t('field.useBuiltinTransform') }}
3636
</label>
37-
<div class="form-hint">
38-
{{ t('hint.useBuiltinTransform') }}
39-
</div>
4037
</div>
4138

4239
<div class="btn-group">

0 commit comments

Comments
 (0)