Dillon-G / CSC-490-FinalProject

2 stars 0 forks source link

Section 7 - AI Chatbot #20

Open Dillon-G opened 1 year ago

Dillon-G commented 1 year ago
Dillon-G commented 1 year ago

UML Diagram

Image

Dillon-G commented 1 year ago

Use-Case Image

Dillon-G commented 1 year ago

Sequential with and without background

Without Background

Image

With Background

Image

Dillon-G commented 1 year ago

For info on refinement, data was planned to be stored in such a way that the chatbot would be able to access what the user and bot had previously messaged. Refinement was needed when it was discovered storing too many tokens can very easily ramp up costs on OpenAI, leading to the decision to limit the ChatBot's memory to about 1000-2000 tokens, which is about the equivalent to 4000-8000 characters. Still a good memory but not unlimited which will lead to memory loss.

Image