Incompatibility with code-server #1361
voplica-git
started this conversation in
Feature Requests
Replies: 2 comments
-
Update: It seems if I enter anything into any textbox then it refreshes and all buttons start working as well as scrolling. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think the UI is effectively non-functional until you enter your OpenRouter API key (possibly intentionally). At any rate, this is a bit confusing and definitely something to improve. Thanks for the report! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Which version of the app are you using?
v3.3.5
Which API Provider are you using?
OpenAI Compatible
Which Model are you using?
None
What happened?
Currently buttons on top or scrolling doesn't work on
code-server
(https://hub.docker.com/r/codercom/code-server). I.e. Web-based IDE.Unclickable buttons:
Also scrolling doesn't work when the context is too big to be shown on the viewable area.
For example, if selecting
API Provider: OpenAI Compatible
and clickingModel Configuration
the area extends outside of the screen and isn't reachable anymore to be seen or changed because scroll bar is not showing up.This can be observed on the below screenshot:
For reference, scrolling in other components of the
code-server
works normally.Steps to reproduce
code-server
:docker run -it --name code-server -p 127.0.0.1:8080:8080 codercom/code-server:latest
localhost:8080
Relevant API REQUEST output
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions