Open Shagon1k opened 8 months ago
AI bot could be at the header (as I already have "Scroll top" button at the bottom-right) It could be either clicked to initiate the chatbox OR fetch random fact about me (10-20 words) to display comic-like box like "Do you know, that Aliaksei...".
Thus, potentialy 2 different calls should be implemented (e.g. through AWS API Gateway + Lambda): 1) GET answer (send question (prompt) -> recieve answer from AI bot) 2) GET random fact (just recieve random fact from AI bot using constant prompt like "Give me a random fact about Aliaksei, 20-30 words"
Description
The idea is to integrate LiveChat-like AI which will be learned based on my CV, experience and be able to answer the questions from user based on it.
Steps
Note: Use Adapter pattern to be able to switch to another AI easily.
https://www.raymondcamden.com/2024/04/30/building-a-chat-integration-with-google-gemini
https://www.youtube.com/watch?v=hmxthskB8Zc