feat: add model type support for file uploads with automatic resolution and header propagation

This commit is contained in:
CJACK
2026-05-02 00:55:17 +08:00
parent 76ee2faa12
commit 55abf64717
11 changed files with 105 additions and 9 deletions

View File

@@ -217,6 +217,7 @@ export default function ApiTesterContainer({ config, onMessage, authFetch }) {
setSelectedAccount={setSelectedAccount}
effectiveKey={effectiveKey}
selectedAccount={selectedAccount}
model={model}
onMessage={onMessage}
response={response}
isStreaming={isStreaming}