branches
branches copied to clipboard
Prototype advanced LLM algorithms for reasoning and planning.
Address critical bugs affecting branches functionality: - Investigate and fix the timeout issue with gpt-3.5-turbo, particularly for HumanEval 51, where gpt-4 seems to function correctly. - Troubleshoot and fix the...
Create a new branch `local-dev` with modified endpoints to support local development. Add corresponding instructions in the `README`.
As we move towards a general tool for prototyping LLM reasoning and planning algorithms, we should decouple the notions of: - algorithm being prototyped - benchmark / problem set being...
Implement these new features: - Implement a feature to reorder outputs after steps in the Game of 24 logic. - Establish a dictionary map of model costs to streamline the...
Address UI-related issues and introduce new customization settings: - Resolve the unexpected color change in the sidebar that transitions from blue to white, then to orange. - Add a setting...
Implement a series of features to enhance the interaction with nodes within BrainBranch: - Enable the editing of a node's value. Ensure that any changes in the value of a...
After including OpenAI API key Nothing happens