Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
ianarawjo created a comment on an issue on ianarawjo/ChainForge
That is correct, the second screenshot is the Pick Criteria view.
ianarawjo created a comment on an issue on ianarawjo/ChainForge
Sure --the original EvalGen is in `multi-eval` branch, which uses a (now-old) version of ChainForge prior to the TypeScript rewrite of the front-end. The EvalGen 2.0 version we were working on is t...
ianarawjo pushed 1 commit to main ianarawjo/ChainForge
- Give TextFields a maxHeight and wrap in ScrollArea (#327) 723022f
ianarawjo closed a pull request on ianarawjo/ChainForge
Give TextFields a maxHeight and wrap in ScrollArea
`TextFieldsNode`s have not been limited by height. When extending the TextField beyond 4-5 long texts, this quickly fits the screen size. While users can transition to using `TabularDataNode`s in t...ianarawjo opened a pull request on ianarawjo/ChainForge
Give TextFields a maxHeight and wrap in ScrollArea
ianarawjo created a branch on ianarawjo/ChainForge
scroll-max-tf - An open-source visual programming environment for battle-testing prompts to LLMs.
ianarawjo pushed 1 commit to improvements ianarawjo/ChainForge
- Add bootstrap 95% CIs in plots 7fe723d
ianarawjo pushed 1 commit to improvements ianarawjo/ChainForge
- Disable graph type selector when boolean plotting babdaaf
ianarawjo created a branch on ianarawjo/ChainForge
improvements - An open-source visual programming environment for battle-testing prompts to LLMs.
ianarawjo created a comment on an issue on ianarawjo/ChainForge
I’ve tested the o1 models myself in the new version and then do work. Make sure your browser is refreshed.
ianarawjo created a comment on an issue on ianarawjo/ChainForge
Did you check out the most recent update pushed yesterday? Try that first.
ianarawjo created a comment on an issue on ianarawjo/ChainForge
Solved by https://github.com/ianarawjo/ChainForge/pull/324.
ianarawjo closed an issue on ianarawjo/ChainForge
Support for custom model names with OpenAI provider
LocalAI has a OpenAI compatible API. Two ways to support this as a provider: 1. Add a provider for LocalAI. 2. Add the following options to the OpenAI provider: 1. Model name would have to...ianarawjo pushed 1 commit to main ianarawjo/ChainForge
- Custom model names to all providers (#324) * Add custom widget using datalist to set model not present in dropdown e... 6b7e793
ianarawjo closed a pull request on ianarawjo/ChainForge
Allow users to enter custom model names to all providers
The specific model name in all providers can now be changed to a custom name: <img width="574" alt="Screen Shot 2025-02-10 at 9 06 42 PM" src="https://github.com/user-attachments/assets/86803d...ianarawjo created a comment on an issue on rjsf-team/react-jsonschema-form
Yes! That worked like a charm! Thanks.
ianarawjo created a comment on an issue on ianarawjo/ChainForge
Good points all around. I am also getting tired of having to update it every time a provider updates their model list. I finally had a moment today and worked hard to make this change. I don't ha...
ianarawjo created a branch on ianarawjo/ChainForge
other-models-field - An open-source visual programming environment for battle-testing prompts to LLMs.