From 187f6ed9e698d674cbe9ab5f2fddf2d86991ea7c Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Wed, 31 Jul 2024 12:13:22 -0700
Subject: [PATCH] remove unused state

---
 .../src/components/LLMSelection/OpenRouterOptions/index.jsx     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/frontend/src/components/LLMSelection/OpenRouterOptions/index.jsx b/frontend/src/components/LLMSelection/OpenRouterOptions/index.jsx
index 2b3e72b3f..f19956645 100644
--- a/frontend/src/components/LLMSelection/OpenRouterOptions/index.jsx
+++ b/frontend/src/components/LLMSelection/OpenRouterOptions/index.jsx
@@ -3,8 +3,6 @@ import { CaretDown, CaretUp } from "@phosphor-icons/react";
 import { useState, useEffect } from "react";
 
 export default function OpenRouterOptions({ settings }) {
-  const [showAdvancedControls, setShowAdvancedControls] = useState(false);
-
   return (
     <div className="flex flex-col gap-y-4 mt-1.5">
       <div className="flex gap-[36px]">