mattvr
mattvr
Thanks for the contribution @rhysp! I've stopped working on it myself but will approve pull requests if they're tested.
Looks like people have gotten FAISS and OpenMP to build on iOS: - https://github.com/DeveloperMindset-com/faiss-mobile - https://github.com/DeveloperMindset-com/openmp-mobile - https://github.com/jkrukowski/SwiftFaiss
Oh whoops, just PRed almost the same thing and missed this: https://github.com/denoland/deno-docs/pull/587. Mine should be unblocked from landing as-is, but can change its scope or abandon if you prefer. @crowlKats
Ah sorry, @pseudosavant, I have never tested on Windows. A few clarifying questions: - Is this a new issue on the most recent version – it was working on Windows...
Ah okay. Very sorry for breaking things. @pseudosavant It looks like the issue is `Deno.stdin.setRaw` [does not support Windows](https://deno.land/[email protected]?s=Deno.SetRawOptions). This is used to support newline pasting. But since that's not...
Thanks for reporting this. There's some custom handling of newlines to allow code to be pasted in. As a short-term workaround you could try using non-repl mode and `cat` the...
Are you on Windows? You could manually run the command there `deno install -frA -n gpt https://deno.land/x/shellgpt/mod.ts` to see if that works as a workaround.
Hey, I just pushed a potential fix in [0.3.6](https://github.com/mattvr/ShellGPT/releases/tag/0.3.6). If you have the time, let me know if it works. @fakoua @kalilfagundes
Thanks @nicobrenner For the chat-style interface, does using `gpt --repl` work for you? For the passing in images, that is a good idea, and could be supported by using the...