gorilla-llm / gorilla-cli

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

Not compatible with Windows Terminal #21

Closed mohidmeer closed 11 months ago

mohidmeer commented 11 months ago

image

ShishirPatil commented 11 months 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 11 months ago

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