AbanteAI / rawdog

Generate and auto-execute Python scripts in the cli
Apache License 2.0
1.79k stars 140 forks source link

Conversation now saved as python object #31

Closed jakethekoenig closed 9 months ago

jakethekoenig commented 9 months ago

Now you can simply import conversation from the script and the whole conversation is saved (minus system prompt) so we have everything we need to fine tune. I made an example directory so people can contribute their own examples. As we get more we can theoretically cluster them and provide models finetuned for specific workflows but for now a flat directory makes sense.

As I was logging conversations I noticed a few quirks which I changed:

You can see these changes reflected in the uploaded examples. I don't have a principled way to verify this won't affect performance but the information is mostly unchanged and it was able to do at least those two examples and a few other tests.