We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30dcbc7 commit 076d31fCopy full SHA for 076d31f
1 file changed
test/collection/test_config.py
@@ -1092,11 +1092,11 @@ def test_config_with_generative(
1092
1093
TEST_CONFIG_WITH_RERANKER = [
1094
(
1095
- Configure.Reranker.cohere(model="model", base_url="https://some.base.url"),
+ Configure.Reranker.cohere(model="model", base_url="https://some.base.url/"),
1096
{
1097
"reranker-cohere": {
1098
"model": "model",
1099
- "baseURL": "https://some.base.url",
+ "baseURL": "https://some.base.url/",
1100
},
1101
1102
),
0 commit comments