ibis-project / ibis-birdbrain

portable Python ML-powered data bot
https://ibis-project.github.io/ibis-birdbrain/
Apache License 2.0
23 stars 4 forks source link

feat: add lm response #62

Closed jitingxu1 closed 3 days ago

jitingxu1 commented 6 months ago

use LM to write human readable response based on the question and returned data

Resolves: https://github.com/ibis-project/ibis-birdbrain/issues/55

bot = Bot(con=con, lm_response=True)
bot("what is max upb")
image