Skip to content

Latest commit

 

History

History
39 lines (18 loc) · 1.03 KB

File metadata and controls

39 lines (18 loc) · 1.03 KB

Talk to Lan's mountain!!

 2023-12-08-10 50 22

The project centered around the creation of a chatbot "Mountain."

Unlike traditional chatbots, Mountain was designed to mimic the user's responses, creating an echo effect and infusing humor into the conversation.

In the technical part, I used RiveScript first, and after about 10 Turns of the conversation, user's prompt will be sent to the API to talk to the LLM developed by Meta! (llama-2-70b-chat)


Error log on the API to LLM side

At the error part, sometimes got error messages with undefine stuff in the end of the response

see the logs here


note for myself

(push to heroku)

$ cd to project

$ git commit -am "message"

$ git push heroku main