ChainForge icon indicating copy to clipboard operation
ChainForge copied to clipboard

An open-source visual programming environment for battle-testing prompts to LLMs.

Results 89 ChainForge issues
Sort by recently updated
recently updated
newest added

Transferring from here: https://github.com/ianarawjo/ChainForge/issues/278#issuecomment-2115978947 The idea would be to use the results of the 'export' from a prompt or other node as the input for a tabular data node. This...

Updated comparing-system-msg with dehumanize-prompt. Related to #272

Should the UI constrain nodes to be within a DAG? At present feedback is permitted in the UI, and generates multiple new inputs/outputs. If flows were DAGs it would be...

Users should be able to export the prompt API calls data into python code for a prompt node, for use in other programs. (Either add … button -> “Export API...

low priority

Description: I successfully cloned the repository from the main branch and tested the application with LLMs deployed on Azure using the OpenAI resource, and everything worked as expected. However, I...

In many prompts the context is JSON data. By using single curly brackets notation for template parameters means that I need to escape all the `{` and `}` in the...

I'm not sure exactly what this entails UI-wise (if anything), but consider the case of extremely long prompts (or input variables), some aspects of the interface, like the column name...

To access Llama-3 models, there's currently no easy way to do it within ChainForge. To fix this we'll add together.ai endpoint and expand the number of models.

high priority

Testing of multimodal capable models like Claude 3 and Idefics requires new input nodes that support images to be fed into the prompt nodes.