v0.1.4: Failure Progress, Inspect popup, Firefox support #63
ianarawjo
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release includes the following features:
Selective Failure on API requests ♨️
ChainForge now has selective failure on
PromptNodes
: API calls that fail no longer stop the remaining requests, but rather collect in red error bars within the progress bars:progress-errors.mov
An error message will display all errors once all API requests return (whether successfully or with errors). This saves $$ and time. (As always, ChainForge cache's responses the moment it receives them, so you don't need to worry about re-running prompt nodes re-calling APIs.)
Inspector Pop-up 🔍
In addition, we've added an Inspector pop-up which you can access by clicking the response preview box on a
PromptNode
:popup-inspector.mov
This makes it much easier to inspect responses without needing to attach a dedicated Inspect Node. We're going to build this out (and add it to the
EvaluatorNode
) soon, but for now I hope you find this feature useful.LLM Color Consistency 🌈
Now, each LLM you create has a dedicated color that remains consistent across
VisNode
plots and Inspector responses.Firefox Support 🦊
Due to demand for more browsers, we've added support for FireFox. This involved a minor change to how model settings forms work.
As well, (though it isn't formatted exactly right) other browsers should now work too, as we removed a dependency on Regex lookaheads/behinds which was causing some browsers like Safari to not load the app at all.
Website
As an aside, we've created a website at chainforge.ai. It's not much yet, but it's a start. We will add tutorials in the near future for new users.
Upcoming features
Major priorities right now are:
EvaluatorNode
codeThis discussion was created from the release v0.1.4: Failure Progress, Inspect popup, Firefox support .
Beta Was this translation helpful? Give feedback.
All reactions