Skip to content
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

Settings page on mobile #162

Open
ProjectMoon opened this issue Jun 2, 2024 · 5 comments
Open

Settings page on mobile #162

ProjectMoon opened this issue Jun 2, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@ProjectMoon
Copy link

Describe the bug
The settings page button is not visible on the mobile UI. Or is it? Am I blind?

To Reproduce
Steps to reproduce the behavior:

  1. Load Perplexica on a mobile UI (or mobile-sized screen on a desktop/laptop)

Expected behavior
There should be a way to access the settings menu on mobile.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
I cannot find the settings button. Am I just dumb? Or is it actually not there?

@ProjectMoon ProjectMoon added the bug Something isn't working label Jun 2, 2024
@WanQuanXie
Copy link
Contributor

This feature is still in WIP.

@delfireinoso
Copy link

delfireinoso commented Jun 10, 2024

This is new from 1,60 version

Before that I was able to access the settings on a iPhone

On an IPad works now

The problem is as the app doesn't saves the settings on a permanent volume the frontend wants to use the first model of the list

As there is a common Ollama installation some big models are there for use outside the network access of Perplexica

Perplexica tries to use the first in alfabetical order

@ProjectMoon
Copy link
Author

I'm not even sure it's alphabetical. It seems to be the model most recently added to ollama. My guess is that it's just using the first item in the list, which is just in whatever order ollama returns from its API.

It would be very very good to have server-side settings that persist, yes.

@manjaroblack
Copy link

Workaround:
On iPhone using Safari: The settings button is visible if you zoom out to 75% and view the page in landscape.

@mtcl
Copy link

mtcl commented Aug 10, 2024

I do not think this issue is resolved. I still have no way to set this on mobile. Would be nice to see settings on the phone. I cannot set embedding model and llama3.1 and hence the ui fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants
@ProjectMoon @mtcl @WanQuanXie @delfireinoso @manjaroblack and others