mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
update: Improve model configuration UI text and styling
- Clarify model capabilities description and impact on Roo Code - Update max tokens description to mention server dependency - Rename 'Computer Interaction' to 'Computer Use' for clarity - Add spacing after model info configuration section
This commit is contained in:
@@ -588,7 +588,8 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
|
|||||||
margin: "0 0 15px 0",
|
margin: "0 0 15px 0",
|
||||||
lineHeight: "1.4",
|
lineHeight: "1.4",
|
||||||
}}>
|
}}>
|
||||||
Configure the capabilities and pricing for your custom OpenAI-compatible model
|
Configure the capabilities and pricing for your custom OpenAI-compatible model. <br />
|
||||||
|
Be careful for the model capabilities, as they can affect how Roo Code can work.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{/* Capabilities Section */}
|
{/* Capabilities Section */}
|
||||||
@@ -655,8 +656,8 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
|
|||||||
}}>
|
}}>
|
||||||
<i className="codicon codicon-info" style={{ fontSize: "12px" }}></i>
|
<i className="codicon codicon-info" style={{ fontSize: "12px" }}></i>
|
||||||
<span>
|
<span>
|
||||||
Maximum number of tokens the model can generate in a response. Higher
|
Maximum number of tokens the model can generate in a response. <br />
|
||||||
values allow longer outputs but may increase costs.
|
(-1 is depend on server)
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -711,8 +712,8 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
|
|||||||
}}>
|
}}>
|
||||||
<i className="codicon codicon-info" style={{ fontSize: "12px" }}></i>
|
<i className="codicon codicon-info" style={{ fontSize: "12px" }}></i>
|
||||||
<span>
|
<span>
|
||||||
Total tokens (input + output) the model can process. Larger windows
|
Total tokens (input + output) the model can process. This will help Roo
|
||||||
allow processing more content but may increase memory usage.
|
Code run correctly.
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -804,7 +805,7 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
}}>
|
}}>
|
||||||
<span style={{ fontWeight: 500 }}>Computer Interaction</span>
|
<span style={{ fontWeight: 500 }}>Computer Use</span>
|
||||||
</Checkbox>
|
</Checkbox>
|
||||||
<i
|
<i
|
||||||
className="codicon codicon-info"
|
className="codicon codicon-info"
|
||||||
@@ -824,8 +825,7 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
|
|||||||
marginTop: "4px",
|
marginTop: "4px",
|
||||||
lineHeight: "1.4",
|
lineHeight: "1.4",
|
||||||
}}>
|
}}>
|
||||||
Enables the model to execute commands and modify files for automated
|
This model feature is for computer use like sonnet 3.5 support
|
||||||
assistance
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -976,6 +976,11 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Pane>
|
</Pane>
|
||||||
|
<div
|
||||||
|
style={{
|
||||||
|
marginTop: 15,
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
{/* end Model Info Configuration */}
|
{/* end Model Info Configuration */}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user