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

[BUG] when accessing landing page prompt is not set/send automatically #2119

Open
1 of 9 tasks
mmeiste opened this issue Nov 8, 2024 · 0 comments
Open
1 of 9 tasks
Labels
bug Something isn't working

Comments

@mmeiste
Copy link

mmeiste commented Nov 8, 2024

Pre-check

  • I have searched the existing issues and none cover this bug.

Description

When I start up and try to access the prompt is not set. I see prompt gets set when clicking on "Search" or "RAG". But initially after page load it has not been set automatically

Steps to Reproduce

  1. start up
  2. access landing page in browser
  3. check logs
    14:15:15.788 [INFO ] private_gpt.ui.ui - Setting system prompt to: ...
    (not seen after accessing landing page)

Expected Behavior

prompt should be set automatically

Actual Behavior

no prompt set

Environment

openSUSE leap - Radeon 780M Graphics

Additional Information

No response

Version

0.6.2

Setup Checklist

  • Confirm that you have followed the installation instructions in the project’s documentation.
  • Check that you are using the latest version of the project.
  • Verify disk space availability for model storage and data processing.
  • Ensure that you have the necessary permissions to run the project.

NVIDIA GPU Setup Checklist

  • Check that the all CUDA dependencies are installed and are compatible with your GPU (refer to CUDA's documentation)
  • Ensure an NVIDIA GPU is installed and recognized by the system (run nvidia-smi to verify).
  • Ensure proper permissions are set for accessing GPU resources.
  • Docker users - Verify that the NVIDIA Container Toolkit is configured correctly (e.g. run sudo docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu20.04 nvidia-smi)
@mmeiste mmeiste added the bug Something isn't working label Nov 8, 2024
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

1 participant