From 0e14f519309c969cc8f5d9983ed45835175040fc Mon Sep 17 00:00:00 2001 From: CI-DEV <154627941+IlumCI@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:22:18 +0300 Subject: [PATCH] Update fallback_models.md --- docs/swarms/utils/fallback_models.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/swarms/utils/fallback_models.md b/docs/swarms/utils/fallback_models.md index 6973ff49..17a278b4 100644 --- a/docs/swarms/utils/fallback_models.md +++ b/docs/swarms/utils/fallback_models.md @@ -277,5 +277,3 @@ The fallback system is fully backward compatible. Existing agents will continue ## Conclusion The fallback model system provides a robust way to ensure your Swarms agents remain operational even when individual models fail. By configuring appropriate fallback models, you can improve reliability, handle rate limits, and optimize costs while maintaining the same simple API. - -For more examples and advanced usage, see the `examples/fallback_model_example.py` file in the Swarms repository.