Update variable names in App.jsx
This commit is contained in:
@@ -570,7 +570,7 @@ export default function App() {
|
||||
if (!incoming.length) {
|
||||
return
|
||||
}
|
||||
if (!selectedModelSupportsVision) {
|
||||
if (!selectedVisionModelSupportsVision) {
|
||||
return
|
||||
}
|
||||
|
||||
@@ -618,7 +618,7 @@ export default function App() {
|
||||
}
|
||||
|
||||
function openImagePicker() {
|
||||
if (!selectedModelSupportsVision) {
|
||||
if (!selectedVisionModelSupportsVision) {
|
||||
return
|
||||
}
|
||||
imageInputRef.current?.click()
|
||||
|
||||
Reference in New Issue
Block a user