gorilla-llm / gorilla-cli

LLMs for your CLI
https://gorilla.cs.berkeley.edu/
Apache License 2.0
1.3k stars 76 forks source link

Not compatible with Windows Terminal #21

Closed mohidmeer closed 1 year ago

mohidmeer commented 1 year ago

image

ShishirPatil commented 1 year ago

Ah, thanks for trying our Gorilla-CLI and flagging this @mohidmeer The recommendations are for Gorilla through WSL (Windows subsystem for Linux) which is most usage patterns. But it should also work in your case. Can you try prefixing or suffixing with "windows powershell"? So in your example, the commands would be gorilla windows powershell create a text file in current directory or even gorilla create a text file in current directory using windows powershell?

mohidmeer commented 1 year ago

@ShishirPatil yup you are right it does create a file image