langflow-ai / langflow

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
http://www.langflow.org
MIT License
35.94k stars 4.25k forks source link

feat: add latest models to Google Generative AI, Anthropic Models #4685

Closed edwinjosechittilappilly closed 1 week ago

edwinjosechittilappilly commented 1 week ago

This pull request includes updates to the model constants and their usage in dropdown inputs for Anthropic and Google Generative AI models. The key changes involve moving the model options to separate constants files and updating the dropdown input components to use these constants.

Model Constants Update:

Dropdown Input Components Update:

codspeed-hq[bot] commented 1 week ago

CodSpeed Performance Report

Merging #4685 will degrade performances by 32.78%

Comparing feat-add-latest-model-names (d6b71d5) with main (5df0854)

Summary

❌ 2 regressions ✅ 13 untouched benchmarks

:warning: Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main feat-add-latest-model-names Change
test_successful_run_with_input_type_text 217.6 ms 296.1 ms -26.53%
test_successful_run_with_output_type_any 183 ms 272.2 ms -32.78%