Closed yukkysaito closed 1 year ago
:robot: OpenAI
The changes include the addition of new configuration options openai_light_model
and openai_heavy_model
with the value "gpt-3.5-turbo-0613". These configuration options likely relate to the OpenAI language model being used in the project. The purpose of these changes could be to provide flexibility in selecting different models for different scenarios or to update the default model being used.
File | Summary |
---|---|
.github/workflows/openai-pr-reviewer.yml | Added new configuration options openai_light_model and openai_heavy_model with the value "gpt-3.5-turbo-0613". |
These changes were made in the .github/workflows/openai-pr-reviewer.yml
file, introducing the new configuration options mentioned above.
@openai
)@openai
in a reply.@openai: ignore
anywhere in the PR description to ignore further reviews from the bot.In the recent run, only the files that changed from the base
of the PR and between 19c3608bbb1378448abf8d169dde06110731042c
and d793cdd3f2ae834ed0e6c4ebc86fd6bc2573d47b
commits were reviewed.
Summary by OpenAI
Release Notes:
openai_light_model
andopenai_heavy_model
with the value "gpt-3.5-turbo-0613" to.github/workflows/openai-pr-reviewer.yml
.