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,