Compare commits

...

3 Commits

Author SHA1 Message Date
5fb8bc1927 test 2023-11-20 00:42:29 +02:00
e9315c7d28 Merge commit 'e878bbbe369c90433c1b261b5479d23c47734539' into hl/test_docstring 2023-11-15 10:37:31 +02:00
67b61d722d test 2023-11-14 20:31:01 +02:00
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
## Installation
### Installation
To get started with PR-Agent quickly, you first need to acquire two tokens:

View File

@ -287,6 +287,7 @@ def _fix_key_value(key: str, value: str):
def load_yaml(review_text: str) -> dict:
test = 1
review_text = review_text.removeprefix('```yaml').rstrip('`')
try:
data = yaml.safe_load(review_text)

View File

@ -4,7 +4,7 @@ fallback_models=["gpt-3.5-turbo-16k"]
git_provider="github"
publish_output=true
publish_output_progress=true
verbosity_level=0 # 0,1,2
verbosity_level=2 # 0,1,2
use_extra_bad_extensions=false
use_repo_settings_file=true
ai_timeout=180