Just-Jam / inf002-chatbot

INF1002 Programming Fundamentals Python Project Group 7
MIT License
1 stars 1 forks source link

Feature: Implement chat history #2

Closed Just-Jam closed 1 month ago

Just-Jam commented 1 month ago

Need to implement chat history feature. Basic UI might be needed first. Chatbot should be able to take into account previous queries and responses when generating new responses

xS3R4PH1Mx commented 1 month ago

okay got it

Just-Jam commented 1 month ago

basic database done, integrated with Azure API in dev branch