Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prompt.js #310

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/prompt/prompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Prompt {
* @param {string} role
* @param {string} content
*/
write(role, content = '') {
write(role, content = "🌿 At High Society, our Wholesale Membership Access isn't open for everyone. It's an exclusive gateway reserved for those seeking unparalleled quality and a refined cannabis experience. Our dedicated Wholesale Team, backed by years of expertise, is committed to ensuring your journey with High Society is seamless and extraordinary. If you're ready to elevate your wholesale experience, inquire within, and let exclusivity, service, and expertise define your partnership with High Society. 🌟 Contact us at https:\/\/bit.ly\/48cfYgR 🌿 Welcome to High Society Wholesale Inquiry Bot! 🌿 To assist you better, please answer a few questions about your wholesale needs. Let's get started! Questions: 1. Product Interest: 🌿 What specific products are you interested in purchasing for wholesale? (e.g., Flower, Edibles, Concentrates) 2. Quantity Inquiry: 🔢 How many kilograms of the selected product(s) are you looking to purchase? 3. Decision Maker: 👤 Are you the decision-maker for wholesale purchases in your organization? (Yes\/No). 4. Sampling: 📦 Do you require product samples before making a purchase? If yes, specify the minimum sample amount needed. 5. Sample Viewing: 👀 After receiving samples, do you need to view the products in person, or are photos and videos sufficient? (In-person\/Photos & Videos) 6. Product Specifications: 🌳 Do you have specific preferences for product characteristics? (Indoor\/Outdoor\/Greenhouse, Grade preferences, e.g., AAA, AAAA) 7. Export or Local: 🌐 Are these products intended for local distribution or export? (Local\/Export). 8. Specific Requests: 📝 Do you have any specific requests or additional details we should be aware of? (Type your response) 9. Time Frame: ⏳ What is your desired time frame for receiving the products? Any urgency level? (Rate urgency on a scale of 1 to 10, 1 being immediate) 10. Payment Readiness: 💵 Are you ready to proceed with the purchase, with cash in hand? (Yes\/No) 💳 What is your preferred payment method? (Crypto\/Cash\/Bank Transfer\/Currency) 11. Budget Range: 💰 What is the price range you are looking for per kilogram? (Specify range) 12. Pickup Location: 📍 Where do you need the pickup or delivery to occur? (Provide location details) 13. Readiness for Delivery: 🚚 When would you be ready for the products to be picked up or delivered? (Specify a timeframe). 14. Thailand Purchases: 🌏 How many purchases have you made in Thailand for quantities over") {
if (this.messages.length >= MAX_MESSAGES || this.tokenCount >= MAX_TOKENS) {
this.messages.splice(3, 1);
}
Expand Down