Skip to content

Commit 355e611

Browse files
committed
def test_text_completion_stream():
1 parent 363d6b6 commit 355e611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/local_testing/test_text_completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3975,7 +3975,7 @@ def test_text_completion_stream():
39753975
try:
39763976
for _ in range(2): # check if closed client used
39773977
response = text_completion(
3978-
model="huggingface/mistralai/Mistral-7B-Instruct-v0.3",
3978+
model="huggingface/sarvamai/sarvam-m",
39793979
prompt="good morning",
39803980
stream=True,
39813981
max_tokens=10,

0 commit comments

Comments
 (0)