freddyaboulton / gradio-agentchatbot

Chat with agents 🤖 and see their thoughts 💭
Apache License 2.0
3 stars 1 forks source link

Adapt transformers code to new agent streaming option #2

Closed aymeric-roucher closed 3 months ago

aymeric-roucher commented 3 months ago

cc @freddyaboulton

freddyaboulton commented 3 months ago

We can think about the second point a bit more. Just the first point needs to be addressed before merge imo.

aymeric-roucher commented 3 months ago

@freddyaboulton I've updated the code to have both Observations and Final answer in code blocks, with a Final answer: prefix for the final answer:

image

IMO it looks quite good, what do you think?

freddyaboulton commented 3 months ago

Awesome thanks for the PR @aymeric-roucher !