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

fix(android): loadSession not taking paths with file:// #66

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

Vali-98
Copy link
Contributor

@Vali-98 Vali-98 commented Jul 20, 2024

Just a simple fix that reuses code from initLlama for loadSession when using file:// URI's.

Copy link
Member

@jhen0409 jhen0409 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jhen0409 jhen0409 linked an issue Jul 22, 2024 that may be closed by this pull request
@jhen0409 jhen0409 merged commit 39d1e05 into mybigday:main Jul 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

saveSession and loadSession do not accept file:// URI's.
2 participants