Skip to content

Commit 01fd4d7

Browse files
committed
fix fireworks test
1 parent 65f5cc2 commit 01fd4d7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

tests/local_testing/test_completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ def test_completion_fireworks_ai():
12091209
},
12101210
]
12111211
response = completion(
1212-
model="fireworks_ai/llama4-maverick-instruct-basic",
1212+
model="fireworks_ai/llama-v3p3-70b-instruct",
12131213
messages=messages,
12141214
)
12151215
print(response)

tests/local_testing/test_completion_cost.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,8 +1198,7 @@ def test_completion_cost_databricks_embedding(model, monkeypatch):
11981198
@pytest.mark.parametrize(
11991199
"model, base_model",
12001200
[
1201-
("fireworks_ai/llama-v3p1-405b-instruct", "fireworks-ai-above-16b"),
1202-
("fireworks_ai/llama4-maverick-instruct-basic", "fireworks-ai-default"),
1201+
("fireworks_ai/llama-v3p3-70b-instruct", "fireworks-ai-above-16b"),
12031202
],
12041203
)
12051204
def test_get_model_params_fireworks_ai(model, base_model):
@@ -1210,8 +1209,7 @@ def test_get_model_params_fireworks_ai(model, base_model):
12101209
@pytest.mark.parametrize(
12111210
"model",
12121211
[
1213-
"fireworks_ai/llama-v3p1-405b-instruct",
1214-
"fireworks_ai/llama4-maverick-instruct-basic",
1212+
"fireworks_ai/llama-v3p3-70b-instruct",
12151213
],
12161214
)
12171215
def test_completion_cost_fireworks_ai(model):

0 commit comments

Comments
 (0)