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 97401bd commit 84a5c29Copy full SHA for 84a5c29
llm-complete-guide/ZENML_VERSION.txt
@@ -1 +1 @@
1
-0.71.0
+0.74.0
llm-complete-guide/constants.py
@@ -26,7 +26,7 @@
26
# ZenML constants
27
ZENML_CHATBOT_MODEL = "zenml-docs-qa-chatbot"
28
ZENML_CHATBOT_MODEL_NAME = "zenml-docs-qa-chatbot"
29
-ZENML_CHATBOT_MODEL_VERSION = "0.71.0-dev"
+ZENML_CHATBOT_MODEL_VERSION = "0.74.0-dev"
30
31
# Scraping constants
32
RATE_LIMIT = 5 # Maximum number of requests per second
0 commit comments