From 73261412a763a1ccdd1e89f624e8534692b6ad8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Juvenal?= Date: Wed, 19 Jun 2024 10:07:10 -0300 Subject: [PATCH] Fix tense Co-authored-by: Amanda Savluchinske --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3bbf138..9231f06 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ AI agents and assistants allow devs to easily build applications with smart deci that would otherwise be too expensive to build and maintain. The latest LLMs from major AI providers have a "killer feature" called Tool Calling, -which enable AI models to call provided methods from Django's side, and essentially +which enables AI models to call provided methods from Django's side, and essentially do anything a Django view can, such as accessing DB, checking permissions, sending emails, downloading and uploading media files, etc.