anc95 / ChatGPT-CodeReview

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

Explanation for optional variables #116

Open takahser opened 11 months ago

takahser commented 11 months ago

I didn't find any explanation for the optional variables in the config file, for example:

          PROMPT:
          top_p: 1
          temperature: 1

What do they mean and how do we use them?

fynnfluegge commented 11 months ago

I agree, some explanation and example would be helpful.

anc95 commented 11 months ago

image Hi, some variables are from the open ai SDK configuration. let me add some links and explanations to the readme.

arush-sal commented 3 months ago

hey @anc95 can you provide a default sane value for the .env file parameters?