mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-14 16:26:45 +00:00
* Raise error after detecting duplicate variable names (#190) * Raise error for duplicate variable name * Created base error class * Simplified error classes. Made just one `DuplicateVariableNameError` that takes in variable name to have a hard-coded error message --------- Co-authored-by: Kayla Zethelyn <kaylazethelyn@college.harvard.edu> * Adding support for Google's Gemini-Pro model. (#194) * Refined duplicate var error check code * Tidy up duplicate var name alerts and error handling, and err message * Rebuild react and update package version --------- Co-authored-by: Kayla Z <77540029+kamazet@users.noreply.github.com> Co-authored-by: Kayla Zethelyn <kaylazethelyn@college.harvard.edu> Co-authored-by: Priyan Vaithilingam <priyanmuthu@gmail.com>