From a5cda803d16b7b72c4645a431ffff990871149a6 Mon Sep 17 00:00:00 2001 From: nassimberrada Date: Fri, 10 May 2024 22:22:48 +0100 Subject: [PATCH] fix broken hyperlinks --- docs/api/deploy_router.rst | 2 +- docs/api/first_request.rst | 2 +- docs/concepts/routing.rst | 4 ++-- docs/interfaces/building_router.rst | 2 +- docs/interfaces/connecting_stack.rst | 2 +- docs/interfaces/running_benchmarks.rst | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/api/deploy_router.rst b/docs/api/deploy_router.rst index de1a6ad..8cb3127 100644 --- a/docs/api/deploy_router.rst +++ b/docs/api/deploy_router.rst @@ -89,7 +89,7 @@ explanation. You can detect this and change your policy doing something like: Using a custom router --------------------- -If you `trained a custom router `_, you can deploy it with the Unify API much like using any other endpoint. Assuming we want to deploy the custom router we trained before, we can use the configuration Id in the same API call code to send our prompts to our custom router as follows: +If you `trained a custom router `_, you can deploy it with the Unify API much like using any other endpoint. Assuming we want to deploy the custom router we trained before, we can use the configuration Id in the same API call code to send our prompts to our custom router as follows: .. code-block:: python diff --git a/docs/api/first_request.rst b/docs/api/first_request.rst index 3ac4a5b..86ea191 100644 --- a/docs/api/first_request.rst +++ b/docs/api/first_request.rst @@ -193,7 +193,7 @@ Or **Python**: else: print(response.text) -The docs for this endpoint are available `here. `_ Compatible Tools ^^^^^^^^^^^^^^^^ diff --git a/docs/concepts/routing.rst b/docs/concepts/routing.rst index 424ddf0..060f18f 100644 --- a/docs/concepts/routing.rst +++ b/docs/concepts/routing.rst @@ -6,7 +6,7 @@ In this section, you will learn what LLM routing is and how it works. What is routing? ---------------- -In the `benchmarks section `_, we discussed how different models perform better at different tasks, and how appropriate performance benchmarks can help steer and inform model selection for a given use-case. +In the `benchmarks section `_, we discussed how different models perform better at different tasks, and how appropriate performance benchmarks can help steer and inform model selection for a given use-case. Given the diversity of prompts you can send to an LLM, it can quickly become tedious to manually swap between models for every single prompt, even when they pertain to the same broad category of tasks. @@ -53,4 +53,4 @@ With runtime routing, your requests are automatically redirected to the provider Round Up -------- -You are now familiar with routing. Next, you can `learn to use the router `_, or `build your custom router `_. +You are now familiar with routing. Next, you can `learn to use the router `_, or `build your custom router `_. diff --git a/docs/interfaces/building_router.rst b/docs/interfaces/building_router.rst index f1545f7..d08d1a8 100644 --- a/docs/interfaces/building_router.rst +++ b/docs/interfaces/building_router.rst @@ -121,4 +121,4 @@ Once saved, the new router view and router configuration are then both visible o Round Up -------- -That’s it! You have now trained your first custom router, ready to be used through our API. You can now `deploy it `_, or learn `how to query endpoints `_ first. +That’s it! You have now trained your first custom router, ready to be used through our API. You can now `deploy it `_, or learn `how to query endpoints `_ first. diff --git a/docs/interfaces/connecting_stack.rst b/docs/interfaces/connecting_stack.rst index e7714ca..6364040 100644 --- a/docs/interfaces/connecting_stack.rst +++ b/docs/interfaces/connecting_stack.rst @@ -55,4 +55,4 @@ Once your dataset is uploaded, you can click on it to preview the prompts. For e Round Up -------- -That’s it, you now know how to upload your own endpoints and datasets! You can now `run custom benchmarks `_, `build a custom router `_, or `query your endpoint `_ with the Unify API. \ No newline at end of file +That’s it, you now know how to upload your own endpoints and datasets! You can now `run custom benchmarks `_, `build a custom router `_, or `query your endpoint `_ with the Unify API. \ No newline at end of file diff --git a/docs/interfaces/running_benchmarks.rst b/docs/interfaces/running_benchmarks.rst index 4b526b6..dc4866f 100644 --- a/docs/interfaces/running_benchmarks.rst +++ b/docs/interfaces/running_benchmarks.rst @@ -55,7 +55,7 @@ For granular runtime benchmarks, head to the `benchmarks interface `_ section + You can learn more about endpoints providers on the dedicated `endpoints `_ section For e.g, the image below corresponds to the benchmark page for :code:`mistral-7b-instruct-v0.2`.