You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the "Configure a Generative AI Model" dialog box does not scroll to reveal all the necessary configuration (or the "Enable" button" or that matter) when the "Custom" tab is selected.
This is on a 1920x1080 screen! Imagine if I had tried it on my old faithful X250... Do your developers all have multiple 4k monitors or something?
I was able to work around it by going into the DOM inspector and adding an overflow-y: scroll style to the <div> for the dialog box. It doesn't have an id (why?) but it has this class, if that helps to identify it in whatever front-end framework you're using:
Even on a laptop with a rather large screen it is impossible to follow these instructions: https://docs.onyx.app/gen_ai_configs/ollama
Because the "Configure a Generative AI Model" dialog box does not scroll to reveal all the necessary configuration (or the "Enable" button" or that matter) when the "Custom" tab is selected.
This is on a 1920x1080 screen! Imagine if I had tried it on my old faithful X250... Do your developers all have multiple 4k monitors or something?
I was able to work around it by going into the DOM inspector and adding an
overflow-y: scroll
style to the<div>
for the dialog box. It doesn't have anid
(why?) but it has this class, if that helps to identify it in whatever front-end framework you're using:This is in both Firefox and Chrome, on Ubuntu 22.04.
The text was updated successfully, but these errors were encountered: