feat: add retry to chat completion client

This commit is contained in:
2025-08-13 11:17:03 +02:00
parent d68562b631
commit dfc6df5509
5 changed files with 53 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.23 AS build
FROM golang:1.24 AS build
RUN apt-get update \
&& apt-get install -y make git