Full URL with port — Example: http://207.180.208.70:8069
Database name (must match dbfilter in odoo.conf)
⚡ Bot Customization
🔒 Security
Users enter this to access Nexon chat
Leave blank to keep current admin password
🗄️ MySQL Database (Chat History)
Connect a MySQL database to permanently store all conversations. Optional — chatbot works without it.
Create DB first: CREATE DATABASE nexon_chatbot CHARACTER SET utf8mb4; — tables are auto-created.
🧠 Feedback & Fine-Tuning
Users see 👍 / 👎 buttons after every Nexon response. Thumbs-up responses are saved as training data.
Export them as an OpenAI fine-tuning JSONL file to improve the model over time.
How to fine-tune:
1. Collect 10+ 👍 thumbs-up responses
2. Click "Export Fine-tune JSONL" → download the file
3. Go to platform.openai.com → Fine-tuning → Create
4. Upload the JSONL file, pick base model (gpt-4o-mini or gpt-4.1-mini)
5. After training completes, copy the fine-tuned model ID
6. Paste it in the AI Model field above and save settings