forked from phoenix/litellm-mirror
update tutorial
This commit is contained in:
parent
ce1357a502
commit
adcf3dfe74
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import Image from '@theme/IdealImage';
|
import Image from '@theme/IdealImage';
|
||||||
|
|
||||||
# Split traffic betwen GPT-4 and Llama2 in Production!
|
# Split traffic betwen GPT-4 and Llama2 in Production!
|
||||||
In this tutorial, we'll walk through replacing our GPT-4 endpoint with Llama2 in production. We'll assume you've deployed Llama2 on Huggingface Inference Endpoints (but any of TogetherAI, Baseten, Ollama, Petals, Openrouter should work as well).
|
In this tutorial, we'll walk through A/B testing between GPT-4 and Llama2 in production. We'll assume you've deployed Llama2 on Huggingface Inference Endpoints (but any of TogetherAI, Baseten, Ollama, Petals, Openrouter should work as well).
|
||||||
|
|
||||||
|
|
||||||
# Relevant Resources:
|
# Relevant Resources:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue