|
|
|
|
|
by nathankot
1222 days ago
|
|
Hi HN, sorry for yet another AI related post =D like many of you I've been playing around with GPT recently. I set out to see if I could get a model to interpret requests and take action in an extensible manner. At some point along this journey I discovered LangChain, which has lots of similarities. But I think one potentially novel thing for this crowd is that Bashi works by asking the model to interact with effectively a REPL, where function calls can have real side effects. On the other side there is an interpreter for a subset of javascript. It also comes with an OSX app, so if you're on mac you can test out and hack on the proof of concept right away :) Hope that this can spawn some interesting use cases and prove useful for some of you! |
|