π οΈ Set up your Chatbot
β
Update the API key in your program.
β
Click on the blue floating chat launcher.
β
Update the chatbot settings with the company details.
β
Experiment with the 'Suggest FAQ Topics'.
β
Click the Save Settings button.
β
If the AI model is no longer available, replace with an updated model.
Note: You can refer to the latest list of models via the console in your browser's Developer Tools. Use:
fetch("https://generativelanguage.googleapis.com/v1beta/models?key=YOUR_API_KEY_HERE")
.then(response => response.json())
.then(data => console.log(data.models.map(m => m.name)));