mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
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:
parent
79c407b939
commit
3f93d34cbf
16 changed files with 216 additions and 201 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue