langflow/src
Gabriel Luiz Freitas Almeida 1d33933d64 🐛 fix(__main__.py): make database_url parameter optional in update_settings function
🐛 fix(llms.py): add name check before checking if "azure" is in name.lower()
🔨 refactor(test_database.py): rename updated_flow_style variable to to_update_flow_style for clarity
The update_settings function now has an optional database_url parameter to allow for more flexibility in updating settings. The llms.py file now checks if the name variable is not None before checking if "azure" is in name.lower(). In test_database.py, the updated_flow_style variable is renamed to to_update_flow_style for clarity.
2023-06-06 16:30:34 -03:00
..
backend 🐛 fix(__main__.py): make database_url parameter optional in update_settings function 2023-06-06 16:30:34 -03:00
frontend 🐛 fix(frontend): add missing api/v1 prefix to API routes 2023-06-06 10:06:14 -03:00