-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with saving values #63
Comments
Previously I've noticed an issue with typing the URL for Ollama in the Model Settings. I was trying to replace |
Now the main settings seem to be saved. |
log
|
I am not too familiar with React but there seems to be a general issue with accepting and saving values entered into input boxes.
The case in point:
There is the new view for configuring Parsing Settings. I've set up both options - Vision and Document Model - with API keys and models.
While staying on the same page, I'm trying to upload a document. The message pops up that I need to configure these models. Clicking OK brings me back and all the fields have been reset to defaults, the API keys are gone.
This happens every time I come back to this view and try to upload a document.
Perhaps having an explicit Save button is not such a bad idea, after all. It makes changes explicit and allows for rolling back if one changes their mind before committing.
The text was updated successfully, but these errors were encountered: