From 57382b2ab7b3231ac345a7819b67c9a4c1e40d3a Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 27 May 2025 18:25:31 +0800 Subject: [PATCH] . --- chatdesk-ui/components/utility/global-state.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatdesk-ui/components/utility/global-state.tsx b/chatdesk-ui/components/utility/global-state.tsx index 6482af4..192370e 100644 --- a/chatdesk-ui/components/utility/global-state.tsx +++ b/chatdesk-ui/components/utility/global-state.tsx @@ -96,7 +96,7 @@ export const GlobalState: FC = ({ children }) => { const [userInput, setUserInput] = useState("") const [chatMessages, setChatMessages] = useState([]) const [chatSettings, setChatSettings] = useState({ - model: "gpt", + model: "GPT", prompt: "You are a helpful AI assistant.", temperature: 0.5, contextLength: 4000,