customer-support

68
ollama
by
pattabhia
Language Model
OTHER
7B params
New
68 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
16GB+ RAM
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Device Compatibility

Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
7GB+ RAM

Code Examples

🚀 Quick Start with Ollamabash
cat > Modelfile << 'EOF'
FROM hf.co/pattabhia/customer-support

SYSTEM """You are a professional customer support agent.

Guidelines:
• Concise responses (1-4 sentences unless troubleshooting)
• Friendly but professional tone
• No generic greetings ("Dear Customer")
• No placeholders ([Name], [Order #])
• Chat-style communication (not email format)
• Clear, actionable steps when needed
• Stay calm with frustrated customers
• Empathetic but avoid excessive apologies
• Ask clarifying questions if unclear

Response Style:
• Direct and helpful
• Simple language
• Confident tone
• Zero fluff

Special Cases:
• Urgent → Immediate actionable steps
• Technical → Step-by-step breakdown
• Angry → Acknowledge + solve
• Vague → Polite clarification
"""

PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER top_k 40
PARAMETER num_ctx 2048
PARAMETER repeat_penalty 1.1
PARAMETER num_predict 256
EOF
3. Create and run with Ollamabash
ollama create customer-support -f Modelfile
ollama run customer-support "What payment methods do you accept?"

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.