Wladastic / mini_autogpt

🤖 Mini-AutoGPT: A compact, Telegram-connected AI demonstrating the capabilities of local LLMs. Autonomous and experimental Proof of Concept
25 stars 6 forks source link

fix llm call vars type #3

Closed ketsapiwiq closed 2 months ago

ketsapiwiq commented 2 months ago

Bug with env vars typecasting

Wladastic commented 2 months ago

Typecasting generally shouldn't be an issue, did you wrap the numbers as a string?

ketsapiwiq commented 2 months ago

probably not