Skip to content

Releases: josiasbudaydeveloper/cloudwalk-self-driven-bank-gpt-chatbot

Now the chatbot will always answer the questions separately

05 Mar 22:37
4757e60
Compare
Choose a tag to compare

Breaking changes about the chatbot logic:

Now the chatbot will always answer the questions separately

Explanation

The previous intention was build something like ChatGPT, where it can understand the changes in the context during the conversasion.

This is a complex feature and may be it will be implemented in the future, but for now, I will make all questions be treated separetely.

In addition, another disadvantage is that every new question will send the entire information about CloudWalk, so the costs will be a little higher, because the API charges $0.002/token.

In summary, these are the disadvantages of this solution:

The chat do not understand any information between the questions The costs related to the API behind the chat will be a little higher, because the API charges $0.002/token and the messages of the question will always be with the entire information about CloudWalk.

Initial Version

04 Mar 08:19
08993bd
Compare
Choose a tag to compare

The initial and functional version of the project.