seanpixel / Teenage-AGI

MIT License
902 stars 109 forks source link

Removing redundant "or 'my-agent'" #16

Closed MalikMAlna closed 1 year ago

MalikMAlna commented 1 year ago

The .getenv() method can take in a second argument that acts as the string that the method defaults to if the env var is not found. So the or "my-agent" is not necessary.

MalikMAlna commented 1 year ago

Also added a few small changes to the README related to syntax, spelling, and grammar.