fix panic

This commit is contained in:
2026-02-01 16:59:16 +03:00
parent b81b19256f
commit e17ac03f6f

View File

@@ -47,6 +47,7 @@ func NewOpenAIProoooompter(cfg *Config) *OpenAIPrompter {
cli: openai.NewClient(
option.WithBaseURL(cfg.OpenAIBaseURL),
),
cfg: cfg,
}
}