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 2064072 commit 0e35a00Copy full SHA for 0e35a00
cookbook/evals_and_experiments/route_llm_experiment.py
@@ -9,8 +9,8 @@
9
10
load_dotenv()
11
12
-os.environ["OPENAI_API_KEY"] = os.getenv("OPENAI_API_KEY")
13
os.environ["GROQ_API_KEY"] = os.getenv("GROQ_API_KEY")
+os.environ["OPENAI_API_KEY"] = os.getenv("OPENAI_API_KEY")
14
15
ROUTER = "mf"
16
COST_THRESHOLD = 0.11593
0 commit comments