mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 10:06:47 +00:00
fix(*): fix code.
This commit is contained in:
parent
a9a064dfa1
commit
84c3109c3b
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ const openai = new OpenAI({
|
||||||
apiKey: OPENAI_API_KEY,
|
apiKey: OPENAI_API_KEY,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
interface PRDetails {
|
interface PRDetails {
|
||||||
owner: string;
|
owner: string;
|
||||||
repo: string;
|
repo: string;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue