File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ const FileContextProvider: FC<FileContextProviderProps> = ({ children }) => {
5858 const [ selectedSchemas , setSelectedSchemas ] = useState < readonly OptionType [ ] > ( [ ] ) ;
5959 const [ rowSelection , setRowSelection ] = useState < Record < string , boolean > > ( { } ) ;
6060 const [ selectedRows , setSelectedRows ] = useState < string [ ] > ( [ ] ) ;
61- const [ chatMode , setchatMode ] = useState < string > ( 'graph+vector' ) ;
61+ const [ chatMode , setchatMode ] = useState < string > ( 'graph+vector+fulltext ' ) ;
6262 const [ isSchema , setIsSchema ] = useState < boolean > ( false ) ;
6363 const [ showTextFromSchemaDialog , setShowTextFromSchemaDialog ] = useState < showTextFromSchemaDialogType > ( {
6464 triggeredFrom : '' ,
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ export const llms =
5151 'bedrock_claude_3_5_sonnet' ,
5252 ] ;
5353
54- export const defaultLLM = llms ?. includes ( 'openai-gpt-4o-mini ' )
55- ? 'openai-gpt-4o-mini '
54+ export const defaultLLM = llms ?. includes ( 'openai-gpt-4o' )
55+ ? 'openai-gpt-4o'
5656 : llms ?. includes ( 'gemini-1.0-pro' )
5757 ? 'gemini-1.0-pro'
5858 : 'diffbot' ;
You can’t perform that action at this time.
0 commit comments