Skip to content

Commit

Permalink
remove json print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
martinreinhardt01 committed Dec 5, 2023
1 parent 5fe52df commit 6a30af4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aleph_alpha_client/completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ class CompletionResponse:
@staticmethod
def from_json(json: Dict[str, Any]) -> "CompletionResponse":
optimized_prompt_json = json.get("optimized_prompt")
print(json)
return CompletionResponse(
model_version=json["model_version"],
completions=[
Expand Down

0 comments on commit 6a30af4

Please sign in to comment.