danielmiessler.fabric/internal/server
Kayvan Sylvan 0894ec28c1 chore: update model references to latest versions across docs and code
- Update default summarize model to `claude-sonnet-4-5`
- Replace `gpt-4o` references with `gpt-5.2` throughout docs
- Replace `gpt-4o-mini` references with `gpt-5-mini`
- Add MiniMax-M2.5 and M2.5-lightning to static models list
- Update image generation warning to suggest `gpt-5.2`
- Update OpenAI chat example script to use `gpt-5-mini`
- Update REST API docs and examples with current model names
2026-02-12 16:45:05 -08:00
..
docs chore: update model references to latest versions across docs and code 2026-02-12 16:45:05 -08:00
auth.go # CHANGES 2025-12-18 07:12:08 -08:00
chat.go format fix 2026-01-18 01:02:46 -08:00
configuration.go chore: remove OAuth support from Anthropic client 2026-01-29 19:49:50 -08:00
contexts.go refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
models.go # CHANGES 2025-12-18 07:12:08 -08:00
ollama.go chore: refactor parseOllamaNumCtx for cleaner errors and type fixes 2026-01-18 10:12:18 -08:00
ollama_test.go fix: add validation for NaN, Inf, and negative values in parseOllamaNumCtx 2026-01-18 07:42:10 -08:00
patterns.go # CHANGES 2025-12-18 07:12:08 -08:00
serve.go # CHANGES 2025-12-18 07:12:08 -08:00
sessions.go refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
storage.go refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
strategies.go refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
youtube.go docs: Add YouTube transcript endpoint to Swagger UI. 2025-12-19 10:41:55 -08:00