We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<details>
~/.local/share/gptme/logs/<conversation name>/conversation.jsonl
The text was updated successfully, but these errors were encountered:
@gptme patch .github/workflows/bot.yml to implement this. Read the log from the .jsonl file. Each line has role and content keys.
.jsonl
When the log is written to the issue inside the <details>, it should be converted to f"{role}: {content}\n" for each line.
Don't try to commit the changes.
Sorry, something went wrong.
@gptme now check if there's something left to do, apply patches if so
Could now be easily implemented via: #235
Just run gptme -r -n '/export log.html' after the conversation to export.
gptme -r -n '/export log.html'
No branches or pull requests
<details>
)~/.local/share/gptme/logs/<conversation name>/conversation.jsonl
The text was updated successfully, but these errors were encountered: