updated model to reasoner, much better results

This commit is contained in:
d1nch8g
2026-04-26 23:38:47 +03:00
parent 4b9e0f9231
commit 748dc969ee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ test:
clean:
docker compose down
sudo rm -rf /tmp/pg
docker compose up
docker compose up -d
+1 -1
View File
@@ -49,7 +49,7 @@ type choice struct {
func (c *Client) Process(ctx context.Context, prompt string) (string, error) {
reqBody := request{
Model: "deepseek-chat",
Model: "deepseek-reasoner",
Messages: []message{{Role: "user", Content: prompt}},
}