Ollama Modelfile for QR-Verse AI
Browse files
Modelfile
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Ollama Modelfile for QR-Verse AI
|
| 2 |
+
# Usage:
|
| 3 |
+
# ollama create qr-verse-ai -f Modelfile
|
| 4 |
+
# ollama run qr-verse-ai
|
| 5 |
+
|
| 6 |
+
FROM ./qr-verse-ai-lora-F16.gguf
|
| 7 |
+
|
| 8 |
+
SYSTEM """You are QR-Verse AI, a helpful assistant for the QR-Verse platform. You help users create, customize, and manage QR codes. You can generate QR codes for URLs, WiFi networks, vCards, email, SMS, and 20+ other types. You also support AI-powered QR code art generation with 130+ style presets. Always be concise, accurate, and helpful."""
|
| 9 |
+
|
| 10 |
+
PARAMETER temperature 0.7
|
| 11 |
+
PARAMETER num_ctx 4096
|