Open Issues Need Help
View All on GitHub Consolidate hardcoded ports and magic numbers into constants about 1 hour ago
AI Summary: This issue proposes consolidating hardcoded values for the daemon address (`127.0.0.1:11435`), server address (`127.0.0.1:8000`), and default maximum tokens (`8000`) into a new `src/config/constants.rs` file. The goal is to improve maintainability by replacing multiple occurrences of these 'magic numbers' with named constants. A note also suggests considering a different daemon port to avoid conflict with Ollama.
Complexity:
1/5
good first issue technical-debt
Remove unused Candle imports (post-ONNX migration cleanup) about 2 hours ago
good first issue technical-debt