mirror of
https://github.com/open-webui/pipelines
synced 2025-05-31 18:48:10 +00:00
Update dify_pipeline.py
Uncomment to disable SSL verification warnings if needed.
This commit is contained in:
parent
0b8469bcd1
commit
a82c47c6d4
@ -2,7 +2,7 @@ from typing import List, Union, Generator, Iterator, Optional
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user