Commit eead6906 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: type casting

parent edae1ca4
...@@ -680,9 +680,11 @@ Question: ...@@ -680,9 +680,11 @@ Question:
SEARCH_QUERY_PROMPT_LENGTH_THRESHOLD = PersistentConfig( SEARCH_QUERY_PROMPT_LENGTH_THRESHOLD = PersistentConfig(
"SEARCH_QUERY_PROMPT_LENGTH_THRESHOLD", "SEARCH_QUERY_PROMPT_LENGTH_THRESHOLD",
"task.search.prompt_length_threshold", "task.search.prompt_length_threshold",
int(
os.environ.get( os.environ.get(
"SEARCH_QUERY_PROMPT_LENGTH_THRESHOLD", "SEARCH_QUERY_PROMPT_LENGTH_THRESHOLD",
100, 100,
)
), ),
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment