diff --git a/hub/.doctrees/docs/unify/unify.doctree b/hub/.doctrees/docs/unify/unify.doctree
index 99eb93c3e3..97184256b6 100644
Binary files a/hub/.doctrees/docs/unify/unify.doctree and b/hub/.doctrees/docs/unify/unify.doctree differ
diff --git a/hub/.doctrees/docs/unify/unify/unify.tests.doctree b/hub/.doctrees/docs/unify/unify/unify.tests.doctree
deleted file mode 100644
index a85bd87b62..0000000000
Binary files a/hub/.doctrees/docs/unify/unify/unify.tests.doctree and /dev/null differ
diff --git a/hub/.doctrees/docs/unify/unify/unify.utils.doctree b/hub/.doctrees/docs/unify/unify/unify.utils.doctree
index f0a1641b13..7e6765862f 100644
Binary files a/hub/.doctrees/docs/unify/unify/unify.utils.doctree and b/hub/.doctrees/docs/unify/unify/unify.utils.doctree differ
diff --git a/hub/.doctrees/environment.pickle b/hub/.doctrees/environment.pickle
index c0946d09f3..f91ca987b3 100644
Binary files a/hub/.doctrees/environment.pickle and b/hub/.doctrees/environment.pickle differ
diff --git a/hub/.doctrees/home/home.doctree b/hub/.doctrees/home/home.doctree
index c6e7a61af7..9831307bd7 100644
Binary files a/hub/.doctrees/home/home.doctree and b/hub/.doctrees/home/home.doctree differ
diff --git a/hub/.doctrees/index.doctree b/hub/.doctrees/index.doctree
index c7a1218fe5..c53c1f420b 100644
Binary files a/hub/.doctrees/index.doctree and b/hub/.doctrees/index.doctree differ
diff --git a/hub/_sources/docs/unify/unify.rst.txt b/hub/_sources/docs/unify/unify.rst.txt
index 0090e600b4..d15fdb1fc1 100644
--- a/hub/_sources/docs/unify/unify.rst.txt
+++ b/hub/_sources/docs/unify/unify.rst.txt
@@ -9,6 +9,5 @@
unify.chat
unify.clients
unify.exceptions
- unify.tests
unify.utils
diff --git a/hub/_sources/docs/unify/unify/unify.tests.rst.txt b/hub/_sources/docs/unify/unify/unify.tests.rst.txt
deleted file mode 100644
index 33bf2466c4..0000000000
--- a/hub/_sources/docs/unify/unify/unify.tests.rst.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Tests
-=====
-
-
-
-
-.. automodule:: unify.tests
- :members:
- :special-members: __init__
- :undoc-members:
- :show-inheritance:
-
-
-
-
-.. discussion-links:: unify.tests
\ No newline at end of file
diff --git a/hub/_sources/home/home.rst.txt b/hub/_sources/home/home.rst.txt
index 39f3ae145c..32369b9ca4 100644
--- a/hub/_sources/home/home.rst.txt
+++ b/hub/_sources/home/home.rst.txt
@@ -1,13 +1,15 @@
Welcome to Unify!
=================
-Unify is your centralized platform for LLM endpoints. If youβre using or planning to use an LLM in your application or service, Unify lets you:
+We're on a mission to unify and simplify the LLM landscape. Unify lets you:
-* **π Route to the best endpoints**: Send each prompt to the endpoint(s) that will (a) return the best response, and (b) yield the best performance for a target metric of your choice, including high-throughput, low cost or low latency.
+* **π Use any LLM from any Provider**: With a single interface, you can use all LLMs from all providers by simply changing one string.
+No need to manage several API keys or handle different input-output formats. Unify handles all of that for you!
-* **βοΈ Benchmark endpoint performance**: Objectively compare endpoints speed, latency and costs with our dynamic benchmarks to make informed decisions when selecting a model or provider.
+* **π Improve LLM Performance**: Add your own custom tests and evals, and benchmark your own prompts on all models and providers.
+Comparing quality, cost and speed, and iterate on your system prompt until all test cases pass, and you can deploy your app!
-* **π Use any endpoint with a single key**: Access the latest LLMs through any endpoint provider with a single API Key to. Each model has a unfied API that enables seamless provider switching without needing to refactor your code.
+* **π Route to the Best LLM**: Improve quality, cost and speed by routing to the perfect model and provider for each individual prompt.
Getting Started
---------------
diff --git a/hub/concepts/benchmarks.html b/hub/concepts/benchmarks.html
index b8ddd0b9b0..0c5e73fd79 100644
--- a/hub/concepts/benchmarks.html
+++ b/hub/concepts/benchmarks.html
@@ -258,7 +258,6 @@
Chat
Clients
Exceptions
-Tests
Utils
Console
@@ -476,7 +475,6 @@ How does it work?Chat
Clients
Exceptions
-Tests
Utils
Console
diff --git a/hub/concepts/deploy_router.html b/hub/concepts/deploy_router.html
index febf98d823..3d11f30d6f 100644
--- a/hub/concepts/deploy_router.html
+++ b/hub/concepts/deploy_router.html
@@ -258,7 +258,6 @@
Chat
Clients
Exceptions
-Tests
Utils
Console
@@ -525,7 +524,6 @@ Round Up