Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shahraizali authored Sep 8, 2024
1 parent 41a3d7b commit 210192f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Twitter feed: [twitter.com/AwesomeDjango](https://twitter.com/AwesomeDjango)
- [GIS](#gis)
- [Image handling](#image-handling)
- [Import/Export](#importexport)
- [LLMs](#llms)
- [Migrations](#migrations)
- [Mobile Support](#mobile-support)
- [Model Extensions](#model-extensions)
Expand Down Expand Up @@ -322,6 +323,12 @@ phone numbers.

* [django-import-export](https://github.com/django-import-export/django-import-export) - Django application and library for importing and exporting data with admin integration.

## LLMs

*Packages that help you with integrating LLMs in your applications easily
* [django-llm](https://github.com/mikrl/django-llm) - An app for Django to aid development of large language model (LLM) workflows.
* [django-ai-assistant](https://github.com/vintasoftware/django-ai-assistant) - Combine the power of LLMs with Django's productivity to build intelligent applications.

## Migrations

*Packages that help migrate the database when there are schema updates.*
Expand Down

0 comments on commit 210192f

Please sign in to comment.