GATO-Framework / shappie

AI powered discord bot
MIT License
10 stars 7 forks source link

Add paper command (and small tweaks to tools) #21

Closed niknal357 closed 1 year ago

niknal357 commented 1 year ago
niknal357 commented 1 year ago

known issue: will sometimes respond when not prompted. Example: ME: I saw this paper about how cars can go fast, here it is: http://arxiv.org/abs/2204.10014v1. What do you think Joe? Shappie (responding to ME): Why always me? Anyway, here's your papers. 😖

  1. Equilibrium traffic flow of a mixture of cars with different properties (http://arxiv.org/abs/0908.1739v1)
  2. ...
slouck commented 1 year ago

@FyZyX is taking the weekend off and will get to this when he's back. Thanks for the PR and hope we can get it merged!

FyZyX commented 1 year ago

@niknal357 really appreciate you adding this! I will try to review tonight.

FyZyX commented 1 year ago

@FyZyX is taking the weekend off and will get to this when he's back. Thanks for the PR and hope we can get it merged!

I wish 😉

FyZyX commented 1 year ago

I (un?)fortunately made some upgrades last night that created conflicts with your new code @niknal357, but don't fret, I also merged my changes into your code and resolved the conflicts. I can't push to your branch though, but the revised code is a branch with the same name bettering-tools now, so you can merge that into your branch and the conflicts will resolve! We can move forward from there. Reach out if you need help getting those changes merged in.

niknal357 commented 1 year ago

all remaining conflicts seem to not be conflicts, but git struggling to compute the diff correctly, should be ready to merge

FyZyX commented 1 year ago

@niknal357 I appreciate you trying to work through this. I'm having trouble confirming that these conflicts are resolved. There were a lot of changes on my end, so it's hard to make sure it all got merged properly. My proposed path forward is that you close this PR and open a new one based on the bettering-tools branch I updated. Hopefully that resolves things. If not, we can try some other fixes. Feel free to reach out in the GATO discord, happy to hop on a call and see what we can do if need be.

FyZyX commented 1 year ago

Also be aware that we've got more changes incoming. I think it should be pretty independent, but we'll have to see. My apologies for the instability, this is a very young project and we're rapidly iterating. Your interest and contribution is greatly appreciated, we'll get through the initial hiccups soon enough!