Skip to content

Commit ca22fd6

Browse files
authored
mercury-coder-small --> mercury (#235)
1 parent dea7692 commit ca22fd6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/client/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def provider_configs():
9393
(
9494
"aisuite.providers.inception_provider.InceptionProvider.chat_completions_create",
9595
"inception",
96-
"mercury-coder-small",
96+
"mercury",
9797
),
9898
],
9999
)

tests/client/test_prerelease.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_test_models() -> List[str]:
2323
"mistral:open-mistral-7b",
2424
"openai:gpt-3.5-turbo",
2525
"cohere:command-r-plus-08-2024",
26-
"inception:mercury-coder-small",
26+
"inception:mercury",
2727
]
2828

2929

tests/providers/test_inception_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_inception_provider():
1616

1717
user_greeting = "Hello!"
1818
message_history = [{"role": "user", "content": user_greeting}]
19-
selected_model = "mercury-coder-small"
19+
selected_model = "mercury"
2020
chosen_temperature = 0
2121
response_text_content = "mocked-text-response-from-model"
2222

0 commit comments

Comments
 (0)