parse openAI api responses. get fully automated behavior kind of working

This commit is contained in:
Moby von Briesen
2023-05-02 22:07:10 -04:00
parent 99bd1929b5
commit 3a312b2b9b
3 changed files with 18 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ func NewPullPal(ctx context.Context, log *zap.Logger, listIssueOptions vc.ListIs
vcClient: ghClient,
localGitClient: localGitClient,
openAIClient: llm.NewOpenAIClient(openAIToken),
openAIClient: llm.NewOpenAIClient(log.Named("openaiClient"), openAIToken),
}, nil
}