We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you try to add a local file resource via the UI, it gets added as http instead of file.
http
file
If I add that via CLI using the same options, it works correctly:
The text was updated successfully, but these errors were encountered:
It also makes me think that we should, somehow, get this information directly from the router.
Sorry, something went wrong.
fix wanaku-ai#170: Web UI adds a local file resource as HTTP
49aff79
d8a8069
fix #170: Web UI adds a local file resource as HTTP (#174)
005ee99
ibek
No branches or pull requests
When you try to add a local file resource via the UI, it gets added as
http
instead offile
.If I add that via CLI using the same options, it works correctly:
The text was updated successfully, but these errors were encountered: