anc95 / ChatGPT-CodeReview

🐥 A code review bot powered by ChatGPT
https://github.com/apps/cr-gpt
ISC License
3.76k stars 356 forks source link

how about openai lib instead of chatgpt api (npm) ? #145

Open 1dennispark opened 1 month ago

1dennispark commented 1 month ago

We usally use azure openai api. So, we can't set openai api key for this cr gpt github actions.

I think that we can change from chatgpt api to openai official js library.

How about this opinion? give me comment.

anc95 commented 1 month ago

Hi, I didn't know that the chatgpt-api is not Compatible with thie Azure OpenAI, I think it's fine to change to the official API lib, will work on this later