We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8b2bd commit c98c317Copy full SHA for c98c317
pyproject.toml
@@ -12,7 +12,7 @@ build-backend = "poetry.masonry.api"
12
13
[tool.poetry]
14
name = "together"
15
-version = "1.1.2"
+version = "1.1.3"
16
authors = [
17
"Together AI <[email protected]>"
18
]
tests/integration/constants.py
@@ -5,4 +5,4 @@
5
chat_test_model_list = []
6
embedding_test_model_list = []
7
image_test_model_list = []
8
-moderation_test_model_list = ["Meta-Llama/Llama-Guard-7b"]
+moderation_test_model_list = []
0 commit comments