Add more contributers, add link to Swagger UI (#2443)

* Add more contributers, add link to Swagger UI
* Update Dockerfile-slim
* Update retry_provider.py
* Add html preview to gui, fix urls in website manifest
* Missing chunks in OpenaiChat
This commit is contained in:
H Lohaus 2024-11-30 22:11:18 +01:00 committed by GitHub
parent 79c407b939
commit 3f93d34cbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 216 additions and 201 deletions

View file

@ -144,7 +144,7 @@ def analyze_code(pull: PullRequest, diff: str)-> list[dict]:
else:
changed_lines.append(f"{offset_line}:{line}")
offset_line += 1
return comments
def create_analyze_prompt(changed_lines: list[str], pull: PullRequest, file_path: str):