knrd1 / chatgpt

ChatGPT IRC bot
https://github.com/knrd1/chatgpt
MIT License
33 stars 7 forks source link

Problem with multiline answer from ChatGPT #1

Closed takenek closed 1 year ago

takenek commented 1 year ago

Hello, I ask ChatGPT on IRC to create bash script to find all files in /root directory... He write just: 13:56 < BOT> #!/bin/bash

And nothing else - looks like he got problem with multiline answer. Best Regards and thanks for repo.

TaKeN

knrd1 commented 1 year ago

Solved. Bot can iterate through the list of response choices and send each one separately to the IRC channel to print multiple lines of response from the OpenAI API.