Skip to content

Commit

Permalink
move constants out of owui_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
TanGentleman committed Nov 20, 2024
1 parent 7a803bc commit 26608e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/core_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# Local imports
from ..utils.owui_utils.configuration import create_config
from ..utils.owui_utils.constants import TOOL_SYSTEM_MESSAGE
from ..utils.constants import TOOL_SYSTEM_MESSAGE
from ..utils.owui_utils.pipeline_utils import ResponseUtils, check_for_env_key, screenpipe_search, SearchParameters, PipeSearch, FilterUtils

# Unpack the config
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/utils/owui_utils/pipeline_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import requests
import json

from .constants import DEFAULT_QUERY, DEFAULT_STREAM, EXAMPLE_SEARCH_PARAMS, EXAMPLE_SEARCH_RESULTS, FINAL_RESPONSE_SYSTEM_MESSAGE, FINAL_RESPONSE_USER_MESSAGE
from ..constants import DEFAULT_QUERY, DEFAULT_STREAM, EXAMPLE_SEARCH_PARAMS, EXAMPLE_SEARCH_RESULTS, FINAL_RESPONSE_SYSTEM_MESSAGE, FINAL_RESPONSE_USER_MESSAGE

MAX_SEARCH_LIMIT = 99

Expand Down

0 comments on commit 26608e1

Please sign in to comment.