Assistance with AI Model Integration and Customization Settings
-
Hi, (In short I’m trying to make it a ai assist bot which tells use prices based on custom pricing structure )
I hope you’re doing well! I’m currently working on developing an AI-powered chatbot that assists users in calculating taxi fares based on distance and vehicle type using a custom pricing formula. My goal is to fine-tune the bot using OpenAI’s
gpt-3.5-turbo
model, ensuring that it can dynamically calculate prices based on user input (e.g., pickup and destination locations, distance, vehicle type, etc.).What I’m Trying to Achieve:- Fine-Tuned Pricing Model:
- The model will calculate taxi prices using a formula:
Total Price = Initial Fee + (Distance * Price per Mile)
. - I’ve created a training dataset that teaches the model this pricing structure.
- The model will calculate taxi prices using a formula:
- Controlled API Usage:
- I would like the AI bot to only invoke OpenAI (ChatGPT) when absolutely necessary, specifically for price-related queries.
- For other types of queries, I’d prefer that the bot handle them locally, without connecting to OpenAI, to reduce unnecessary API usage.
- Website Crawling:
- I would like to give the AI bot access to crawl my company’s website so it can extract data (e.g., FAQs, location-specific details, pricing info, etc.) to improve its responses and provide more accurate, up-to-date information to users.
Questions:
- Settings for Controlled API Usage:
What settings should I enable or customize so that my AI bot only connects to OpenAI for price-related queries? I’d like to avoid unnecessary calls for non-pricing-related queries. Is there a way to implement keyword filtering or intent detection to control when the bot connects to the API? - Enabling Website Crawling for the Bot:
How can I allow the AI bot to crawl specific sections of my website to retrieve information? What permissions or technical steps are required to set up this capability within the AI engine?
I appreciate any guidance or specific settings you can recommend to optimize the bot’s performance and achieve these goals.
Looking forward to your advice!
- Fine-Tuned Pricing Model:
- You must be logged in to reply to this topic.