mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-18 21:22:28 +03:00
test(executors): regenerate ExecutorRegistry golden snapshots after release sync
release/v3.8.50 sunset mimocode and added cloudflare-playground + jina-search since this PR's snapshots were captured; refresh the golden fixtures to match.
This commit is contained in:
@@ -37,6 +37,11 @@
|
||||
"status": 400,
|
||||
"throws": true
|
||||
},
|
||||
"jina-search": {
|
||||
"message": "Provider \"jina-search\" is a search provider and does not support chat completions; use the /v1/search endpoint instead.",
|
||||
"status": 400,
|
||||
"throws": true
|
||||
},
|
||||
"linkup-search": {
|
||||
"message": "Provider \"linkup-search\" is a search provider and does not support chat completions; use the /v1/search endpoint instead.",
|
||||
"status": 400,
|
||||
|
||||
@@ -75,6 +75,11 @@
|
||||
"configSource": "cloudflare-ai",
|
||||
"provider": "cloudflare-ai"
|
||||
},
|
||||
"cfp": {
|
||||
"className": "CloudflarePlaygroundExecutor",
|
||||
"configSource": "<custom-config>",
|
||||
"provider": "cloudflare-playground"
|
||||
},
|
||||
"cgpt-codex": {
|
||||
"className": "ChatGptWebCodexExecutor",
|
||||
"configSource": "<custom-config>",
|
||||
@@ -125,6 +130,11 @@
|
||||
"configSource": "cloudflare-ai",
|
||||
"provider": "cloudflare-ai"
|
||||
},
|
||||
"cloudflare-playground": {
|
||||
"className": "CloudflarePlaygroundExecutor",
|
||||
"configSource": "<custom-config>",
|
||||
"provider": "cloudflare-playground"
|
||||
},
|
||||
"cmd": {
|
||||
"className": "CommandCodeExecutor",
|
||||
"configSource": "<custom-config>",
|
||||
@@ -405,21 +415,11 @@
|
||||
"configSource": "<custom-config>",
|
||||
"provider": "lmarena"
|
||||
},
|
||||
"mcode": {
|
||||
"className": "MimocodeExecutor",
|
||||
"configSource": "<custom-config>",
|
||||
"provider": "mimocode"
|
||||
},
|
||||
"microsoft-designer-web": {
|
||||
"className": "MicrosoftDesignerWebExecutor",
|
||||
"configSource": "<custom-config>",
|
||||
"provider": "microsoft-designer-web"
|
||||
},
|
||||
"mimocode": {
|
||||
"className": "MimocodeExecutor",
|
||||
"configSource": "<custom-config>",
|
||||
"provider": "mimocode"
|
||||
},
|
||||
"moonshot": {
|
||||
"className": "MoonshotExecutor",
|
||||
"configSource": "moonshot",
|
||||
|
||||
Reference in New Issue
Block a user