mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-24 20:12:11 +00:00
docs: update default model (#31420)
This commit is contained in:
parent
afd349cc95
commit
394d42b4ae
@ -99,7 +99,7 @@ export const CustomDropdown = ({ selectedOption, options, onSelect, modelType })
|
|||||||
* @param {ChatModelTabsProps} props - Component props.
|
* @param {ChatModelTabsProps} props - Component props.
|
||||||
*/
|
*/
|
||||||
export default function ChatModelTabs(props) {
|
export default function ChatModelTabs(props) {
|
||||||
const [selectedModel, setSelectedModel] = useState("openai");
|
const [selectedModel, setSelectedModel] = useState("google_genai");
|
||||||
const {
|
const {
|
||||||
overrideParams,
|
overrideParams,
|
||||||
customVarName,
|
customVarName,
|
||||||
|
Loading…
Reference in New Issue
Block a user