Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 891 Bytes

TODO.md

File metadata and controls

16 lines (15 loc) · 891 Bytes

Bugs

  • AttributeError: 'NoneType' object has no attribute 'headers'
  • fn = session_state.blocks_config.fns[body.fn_index] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ KeyError: 12

Backlog

  • add a place to put API keys then push to gradio spaces: https://x.com/victormustar/status/1844844179962450331?t=o-wTXyD8CsXllPfRGN3wMg&s=03
  • add cost tracking and prediction of cost to the interface
  • support all the various optimizers and modules in the interface:
    • ProgramOfThought, ReAct, MultiChainComparison, majority
    • BootstrapFineTune, Ensemble, LabeledFewShot
  • add RAG support: Retrieve, Retrieval Model Clients
  • local running of LLM with olama, llama.cpp or lm studio
  • ability to load an existing prompt back into the interface to re-run
  • consolidate the output of the program to a single file
  • run the evaluation of the program in the generate interface too