Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com> Co-authored-by: Kevin Lin <klin5061@gmail.com> Co-authored-by: Sarah Wooders <sarahwooders@gmail.com> Co-authored-by: jnjpng <jin@letta.com> Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
4 lines
138 B
Python
4 lines
138 B
Python
TIMEOUT = 30 # seconds
|
|
embedding_config_dir = "tests/configs/embedding_model_configs"
|
|
llm_config_dir = "tests/configs/llm_model_configs"
|