Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 800 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 800 Bytes

AI_ToDo_App

A TodDo CRUD App that is connected to OpenAI via LangChain and chroma_db.

Basically you ask in the AI-Field a question related to Django, then the Django-Chatbot will give you an answer of steps, that will be automatically saved in your ToDo List as a Task with severals Steps. You can still change the steps /todos dynamically afterwards. You can also just use the normal todo form field without AI.

grafik

grafik

first you have to run db_builder.py

then create a .env with your openAI secret key in it: OPENAI_API_KEY = "sk-blablabla"

then manage.py runserver etc.