Skip to content

grantjenks/django-ai-chat

Repository files navigation

Django AI Chat

Django AI Chat is an Apache2 licensed Django application for AI chat.

Features

  • Tested on Python 3.7, 3.8, 3.9, 3.10, 3.11
  • Tested on Django 3.2 LTS and Django 4.2 LTS
  • Tested on Linux, Mac, and Windows

image

image

Quickstart

Installing Django AI Chat is simple with pip:

$ pip install django-ai-chat

Add django_ai_chat to the installed apps in settings.py like:

INSTALLED_APPS += ['django_ai_chat']

And add django_ai_chat.urls to the urlpatterns in urls.py like:

urlpatterns += [
    path('ai-chat/', include('django_ai_chat.urls')),
]

Then run:

$ python manage.py migrate

Reference and Indices

Django AI Chat License

Copyright 2023 Grant Jenks

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published