Skip to content

Commit

Permalink
Update dify_pipeline.py
Browse files Browse the repository at this point in the history
Uncomment to disable SSL verification warnings if needed.
  • Loading branch information
azdolinski authored Oct 22, 2024
1 parent 0b8469b commit a82c47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pipelines/integrations/dify_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pprint import pprint
import requests, json, warnings

# Unhash to disable SSL verification warnings if needed
# Uncomment to disable SSL verification warnings if needed.
# warnings.filterwarnings('ignore', message='Unverified HTTPS request')

class Pipeline:
Expand Down

0 comments on commit a82c47c

Please sign in to comment.