NAME

langertha_chat_openai - Simple chat with OpenAI

VERSION

version 0.100

SYNOPSIS

bash$ langertha_chat_openai write a bash command that lists files older than
5 days

find /path/to/directory -type f -mtime +5 -exec ls -l {} \;
 -- 12.542 seconds (gpt-3.5-turbo)

DESCRIPTION

Requires OPENAI_API_KEY environment to be set.

SUPPORT

Repository

https://github.com/Getty/langertha
Pull request and additional contributors are welcome

Issue Tracker

https://github.com/Getty/langertha/issues

Discord

https://discord.gg/Y2avVYpquV 🤖

IRC

irc://irc.perl.org/ai 🤖

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/langertha/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de> https://raudss.us/

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.