ricklamers / shell-ai

LangChain powered shell command generator and runner CLI
MIT License
1.02k stars 62 forks source link

TypeError: str expected, not int #1

Closed Elijas closed 1 year ago

Elijas commented 1 year ago
image
ricklamers commented 1 year ago

I should probably mention that the key and value should both be strings in the config.json file.

ricklamers commented 1 year ago

https://github.com/ricklamers/shell-ai/commit/9b418050fa1b37e9b9b7d53b65d0b62f2fe6735a

This will circumvent the issue in case people don't make key values strings

Elijas commented 1 year ago

Thanks!