We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84cd1df commit c840dafCopy full SHA for c840daf
1 file changed
src/core/genai_model.py
@@ -146,7 +146,6 @@ def llm_request_repo_infos(repo_url, output_format="json-ld"):
146
raw_result = response.json()["choices"][0]["message"]["content"]
147
parsed_result = clean_json_string(raw_result)
148
json_data = json.loads(parsed_result)
149
- pprint(json_data)
150
151
logger.info("Successfully parsed API response")
152
0 commit comments