Skip to content

Commit 076d31f

Browse files
committed
Update url pattern
1 parent 30dcbc7 commit 076d31f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/collection/test_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,11 +1092,11 @@ def test_config_with_generative(
10921092

10931093
TEST_CONFIG_WITH_RERANKER = [
10941094
(
1095-
Configure.Reranker.cohere(model="model", base_url="https://some.base.url"),
1095+
Configure.Reranker.cohere(model="model", base_url="https://some.base.url/"),
10961096
{
10971097
"reranker-cohere": {
10981098
"model": "model",
1099-
"baseURL": "https://some.base.url",
1099+
"baseURL": "https://some.base.url/",
11001100
},
11011101
},
11021102
),

0 commit comments

Comments
 (0)