Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sss04 committed Aug 21, 2024
1 parent a0777a5 commit 0f635a7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def test_gen(self):
shell=True,
)
openai_api_key = json.loads(secretJson)["value"]
print(openai_api_key)

df.ai.setup(subscriptionKey=openai_api_key, deploymentName="gpt-35-turbo", customServiceName="synapseml-openai-2")

Expand Down

0 comments on commit 0f635a7

Please sign in to comment.