-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
chat UI not showing on jupyterhub #214
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Hoping this one gets fixed in upcoming release(s). Not sure how to or if possible to connect to custom Azure OpenAI instance without this. My k8s hub instance on reports this in the pod log:
|
First off, a huge thanks for developing such a fantastic tool 🤗. It's been incredibly useful for our team, reducing the initial barriers at the start of projects and providing a great jumpstart. Previously, our Chat UI in JupyterHub was working seamlessly with jupyter-ai v2.14, allowing us to use Azure OpenAI without any problems. However, following a server upgrade and the installation of the latest version, jupyter-ai v2.15, although the Chat UI reappeared, the dropdown menu for language models no longer included OpenAI or Azure OpenAI options. After applying the solution provided here, we installed |
@triinity2221 I'm sorry to hear that you encountered a regression! Our team is not familiar with JupyterHub operation, so I will need some more information to help. Can you share a quick list of commands to run in a new Python environment to reproduce your setup? References to upstream docs would also be helpful. |
@dlqqq - we have a python-3.8.16 environment and we have installed jupyterhub through pip by there are no ready logs available for the jupyterhub server, we are looking into ways if we can generate one, will share it here if I get hands on it. Thanks |
@dlqqq , @srdas - it must have been some setup issue at our end, after fresh installation and version management of some already existing packages, the ChatUI is back again. But now we are facing below error when we trying to use azure openai, even though all the required credentials are set from the UI `Sorry, an error occurred. Details below: Traceback (most recent call last): Seems like the AZURE_OPENAI_API_KEY set from the UI isn't getting passed on. Although I can view it in the jupyter_ai/config.json |
@triinity2221 This issue is due to an upstream change to the Azure OpenAI provider in LangChain. There is some discussion about this issue in this PR: #722 I will take some time to investigate this now for you and see if I can include a patch in the minor release planned for today. |
Description
using: https://github.com/jupyterhub/zero-to-jupyterhub-k8s
chat UI doesn't appear after installing pip install jupyter_ai
Reproduce
Expected behavior
chat UI on left navigation appears
Context
Trying to understand if Jupyterhub cannot support this JupyterLab extension. Listed Jupyter Lab Extension and found:
@jupyter-ai/core v0.7.3 enabled OK (python, jupyter_ai)
Are there more extensions that enables chat UI?
The text was updated successfully, but these errors were encountered: