This commit is contained in:
hailin 2025-05-27 18:25:31 +08:00
parent 5b3dabacd0
commit 57382b2ab7
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ export const GlobalState: FC<GlobalStateProps> = ({ children }) => {
const [userInput, setUserInput] = useState<string>("")
const [chatMessages, setChatMessages] = useState<ChatMessage[]>([])
const [chatSettings, setChatSettings] = useState<ChatSettings>({
model: "gpt",
model: "GPT",
prompt: "You are a helpful AI assistant.",
temperature: 0.5,
contextLength: 4000,