From 413e5f6d771f3c27e388e7887e9ca09ca3965f18 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 26 Jul 2023 20:36:05 +0300 Subject: [PATCH] general --- pr_agent/settings/configuration.toml | 2 +- pr_agent/settings/pr_update_changelog.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pr_agent/settings/configuration.toml b/pr_agent/settings/configuration.toml index 4a71c04c..f951c648 100644 --- a/pr_agent/settings/configuration.toml +++ b/pr_agent/settings/configuration.toml @@ -1,6 +1,6 @@ [config] model="gpt-4" -fallback-models=["gpt-3.5-turbo-16k"] +fallback_models=["gpt-3.5-turbo-16k"] git_provider="github" publish_output=true publish_output_progress=true diff --git a/pr_agent/settings/pr_update_changelog.toml b/pr_agent/settings/pr_update_changelog.toml index 85867ec2..91413010 100644 --- a/pr_agent/settings/pr_update_changelog.toml +++ b/pr_agent/settings/pr_update_changelog.toml @@ -3,7 +3,7 @@ system="""You are a language model called CodiumAI-PR-Changlog-summarizer. Your task is to update the CHANGELOG.md file of the project, to shortly summarize important changes introduced in this PR (the '+' lines). - The output should match the existing CHANGELOG.md format, style and conventions, so it will look like a natural part of the file. For example, if previous changes were summarized in a single line, you should do the same. - Don't repeat previous changes. Generate only new content, that is not already in the CHANGELOG.md file. -- Be generic and avoid specific details. The output should be minimal, no more than 3-4 short lines. Ignore non-relevant subsections. +- Be general, and avoid specific details, files, etc. The output should be minimal, no more than 3-4 short lines. Ignore non-relevant subsections. """ user="""PR Info: