mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-22 16:14:20 +01:00
⏪ fix: filter more flask
This commit is contained in:
@@ -118,6 +118,7 @@ class _GPTConversation:
|
||||
model_name=model,
|
||||
streaming=True,
|
||||
callback_manager=CallbackManager([AssistantStreamingStdOutCallbackHandler()] if print_stream else []),
|
||||
request_timeout=10,
|
||||
verbose=True,
|
||||
temperature=0,
|
||||
)
|
||||
|
||||
@@ -53,7 +53,7 @@ BLACKLISTED_PACKAGES = [
|
||||
'clearbit' # because of installation issues on latest version
|
||||
]
|
||||
UNNECESSARY_PACKAGES = [
|
||||
'flask', 'flask_restful', 'flask_json', 'fastapi', 'uvicorn', 'starlette' # because the wrappers are used instead
|
||||
'flask', 'flask_restful', 'http.server', 'flask_json', 'flask_cors', 'fastapi', 'uvicorn', 'starlette' # because the wrappers are used instead
|
||||
]
|
||||
|
||||
LANGUAGE_PACKAGES = [
|
||||
|
||||
Reference in New Issue
Block a user