retoor ee7d5d48bd refactor: extract ais module from rest handler into dedicated package
Move all AI-related logic including ChatMessage/ChatRequest DTOs, AIS class with HTTP client and model definitions, and chat completion endpoint handler from Program.cs into a new AISApp/ais package. This reduces the main handler file from 650 lines to 19 lines, isolates AI-specific concerns, and enables independent testing of AI capabilities without coupling to the REST infrastructure.
2025-09-14 11:31:28 +00:00
S
Description
Research project regarding the tuna project
1.2 MiB
Languages
C# 89.4%
HTML 6.7%
CSS 3.7%
Dockerfile 0.2%