Izan lecina webㅤㅤ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎  

ChatBot Flotante
ChatBot

Integració amb WordPress i millores tècniques i estètiques(frontend)

Per la part del xat al wordpress primer havia posat en un bloc html a tota la web : <!DOCTYPE html> <html lang=”es”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>ChatBot Flotante</title> <style> /* Estilos para el chat flotante */ #chat-container { width: 550px; height: 400px; border: 1px solid #ddd; background-color: #f9f9f9; border-radius: 10px; padding: … Read more

Creacio de Xat Bot backend

He fet un xatbot partint del codi: # La primera vegada, desmarca la línia de sota per a instal·lar la biblioteca # !pip install -U google-genai from google import genai from google.colab import userdata # ============================== # CONFIGURACIÓ DE L’API # ============================== # Configurar la clau API directament al client GOOGLE_API_KEY = userdata.get(“GOOGLE_API_KEY”) # Gestió … Read more

GDPR Cookie Consent with Real Cookie Banner