Skip to content

Commit e5eccec

Browse files
committed
Finalized models in SDK for open source ai
1 parent accd159 commit e5eccec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pgml-sdks/pgml/python/tests/test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ async def test_open_source_ai_create_stream_async():
404404
temperature=0.85,
405405
n=3,
406406
)
407-
import json
408407
async for c in results:
409408
assert len(c["choices"]) > 0
410409

0 commit comments

Comments
 (0)