-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
/generate
throws KeyError: 'description'
#736
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
I've been staring at code for hours, but could not find a clue to this mystery—the function |
@labarba Are you using just I have also tried simply using |
My exact input was:
In the next input, I tried without the
… and it gave me a response as expected (indicating my connection to the LLM is good via API). This is my uni JupyterHub installation, so not under my direct control. The admins are not keen on rebuilding the image, so I have to give them a good reason. |
@labarba It's good that your LLM API seems to be working just fine. |
@labarba I went ahead and reinstalled everything (including |
ha ha, meanwhile, I went ahead and installed |
That's good to hear, and confirms that it is easier to solve a bug than bureaucracy! I'll go ahead and close the issue. |
Description
Trying
/generate
for the first time in our JupyterHub, so I don't know if this is a bug or an installation issue on our side. The command gives an error: "Sorry, something went wrong and I wasn't able to index that path." with:Reproduce
Any call to
\generate
in the chat interface produces the same error.Expected behavior
Expected a new generated notebook to be created.
Context
The text was updated successfully, but these errors were encountered: