This project provides a simple Persian and RTL Wrapper for invoking language models. Built with Python Django. As a sample, the project uses the Jabir language model (jabirproject.org), also present how to easily integrate and interact with large language models
- Built with Django for robust API management
- Compatible with multiple LLMs out of the box
- Fast, scalable, and easy to customize
git clone https://github.com/mohsen-najafzadeh/jabirUI.
pip install -r requirements.txt
python manage.py runserver
- jabir model : https://jabirproject.org/
- Muhammadreza aghiri (https://github.com/mann-e)