Skip to content

Commit 6154797

Browse files
committed
update-response
1 parent 41270ad commit 6154797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/llm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,5 +225,5 @@ def ask(repo_name: str, question: str) -> str:
225225
print(f"Question: {question}")
226226
response = chat.send_message(question)
227227
logging.debug(f"Response: {response}")
228-
print(f"Response: {response}")
229-
return response
228+
print(f"Response: {response['response']}")
229+
return response['response']

0 commit comments

Comments
 (0)