Skip to content

Commit 99bba4a

Browse files
fix problem what qwen api line drop-down options occlusion api provider drop-down options (RooCodeInc#1688)
* add alibaba qwen-max qwen-plus qwen-turbo qwen-coder-plus stable/latest models * add alibaba qwen-max qwen-plus qwen-turbo qwen-coder-plus stable/latest models * Provide the api line choice for international user * Remove redundant code * Copy fixes * Create dry-socks-talk.md * fix problem what is when you use Qwen api provider and then you want to change the api provider ,the apiline dropdown will obscure your api provider drop-down options --------- Co-authored-by: Saoud Rizwan <[email protected]>
1 parent 3cacd57 commit 99bba4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/ApiOptions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage, modelIdErrorMessage, is
316316

317317
{selectedProvider === "qwen" && (
318318
<div>
319-
<DropdownContainer className="dropdown-container">
319+
<DropdownContainer className="dropdown-container" style={{position: "inherit"}}>
320320
<label htmlFor="qwen-line-provider">
321321
<span style={{ fontWeight: 500, marginTop: 5 }}>Alibaba API Line</span>
322322
</label>

0 commit comments

Comments
 (0)