Skip to content

Commit

Permalink
Remove dead import
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Dec 19, 2023
1 parent bdb0165 commit 947cdda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/chatdbg/chatdbg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ def read_lines(file_path: str, start_line: int, end_line: int) -> str:


def explain(source_code: str, traceback: str, exception: str, really_run=True) -> None:
import httpx

user_prompt = "Explain what the root cause of this error is, given the following source code context for each stack frame and a traceback, and propose a fix. In your response, never refer to the frames given below (as in, 'frame 0'). Instead, always refer only to specific lines and filenames of source code.\n"
user_prompt += "\n"
user_prompt += "Source code for each stack frame:\n```\n"
Expand Down

0 comments on commit 947cdda

Please sign in to comment.