-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add seed config #3217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add seed config #3217
Conversation
|
Is there any auto-translate script? |
There is a Translate mode that I ask to translate the changes into all languages |
This reverts commit cbab5a7.
…inerules is currently a file (RooCodeInc#3217) * create clinerules dir * change default * changeset * md
|
Hey @SmartManoj, Thank you for your contribution, We apologize we took so long to review your PR. I think this is an interesting idea, It would be great if the input field was consistent with our other inputs. Let me know if you'd like to discuss this further, hopefully we can get this PR over the finish line. |
Nope, I meant it's like expanding the field when checked, like in temperature, For temp, slider used; for seed, input field; remaining are the same, and both fields are together.
Even for this, the checkbox is not needed. empty string, 0, and -1 should read all lines. @daniel-lxs, would you provide a CodePen sample for seed? |
I think there's a misunderstanding. I'm sharing that screenshot of the input because it is an example of how other inputs should look like to maintain consistency. We want to copy that same style, not the functionality. Hopefully this is not too confusing, let me know if you have any questions |
to check how it should look, actually, as there is no equivalent for "lines" text? |
Context
Added seed config
Get in Touch
SmartManoj
Important
Add seed configuration to API functions, provider classes, and UI components, with localization updates for multiple languages.
modelSeed
option togetModelParams()
inindex.ts
.seed
in return object ofgetModelParams()
.seed
handling inBaseOpenAiCompatibleProvider
,OpenAiNativeHandler
,OpenAiHandler
, andOpenRouterHandler
.SeedControl
component inApiOptions.tsx
.ApiOptions.test.tsx
to mockVSCodeCheckbox
.settings.json
in multiple locales (e.g.,ca
,de
,en
,es
,fr
,hi
,it
,ja
,ko
,nl
,pl
,pt-BR
,ru
,tr
,vi
,zh-CN
,zh-TW
).This description was created by
for 38bd25b. You can customize this summary. It will automatically update as commits are pushed.