mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-22 10:59:22 +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.
|
||||
*/
|
||||
export default function ChatModelTabs(props) {
|
||||
const [selectedModel, setSelectedModel] = useState("openai");
|
||||
const [selectedModel, setSelectedModel] = useState("google_genai");
|
||||
const {
|
||||
overrideParams,
|
||||
customVarName,
|
||||
|
Loading…
Reference in New Issue
Block a user