mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-25 01:02:15 +00:00
Fix documentation typos and README markup
This commit is contained in:
parent
cf9b5e4fa7
commit
bd08f32648
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
</a>
|
||||
</p>
|
||||
</p>
|
||||
<h4 align="center"><a href="https://docs.litellm.ai/docs/simple_proxy" target="_blank">LiteLLM Proxy Server (AI Gateway)</a> | <a href="https://docs.litellm.ai/docs/enterprise#hosted-litellm-proxy" target="_blank"> Hosted Proxy</a> | <a href="https://litellm.ai/enterprise"target="_blank">Enterprise Tier</a> | <a href="https://www.litellm.ai/ai-gateway" target="_blank">Website</a></h4>
|
||||
<h4 align="center"><a href="https://docs.litellm.ai/docs/simple_proxy" target="_blank">LiteLLM Proxy Server (AI Gateway)</a> | <a href="https://docs.litellm.ai/docs/enterprise#hosted-litellm-proxy" target="_blank"> Hosted Proxy</a> | <a href="https://litellm.ai/enterprise" target="_blank">Enterprise Tier</a> | <a href="https://www.litellm.ai/ai-gateway" target="_blank">Website</a></h4>
|
||||
<h4 align="center">
|
||||
<a href="https://pypi.org/project/litellm/" target="_blank">
|
||||
<img src="https://img.shields.io/pypi/v/litellm.svg" alt="PyPI Version">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Testing for `litellm/`
|
||||
|
||||
This directory 1:1 maps the the `litellm/` directory, and can only contain mocked tests.
|
||||
This directory 1:1 maps to the `litellm/` directory, and can only contain mocked tests.
|
||||
|
||||
The point of this is to:
|
||||
1. Increase test coverage of `litellm/`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue