This commit is contained in:
parent
5b3dabacd0
commit
57382b2ab7
|
|
@ -96,7 +96,7 @@ export const GlobalState: FC<GlobalStateProps> = ({ children }) => {
|
||||||
const [userInput, setUserInput] = useState<string>("")
|
const [userInput, setUserInput] = useState<string>("")
|
||||||
const [chatMessages, setChatMessages] = useState<ChatMessage[]>([])
|
const [chatMessages, setChatMessages] = useState<ChatMessage[]>([])
|
||||||
const [chatSettings, setChatSettings] = useState<ChatSettings>({
|
const [chatSettings, setChatSettings] = useState<ChatSettings>({
|
||||||
model: "gpt",
|
model: "GPT",
|
||||||
prompt: "You are a helpful AI assistant.",
|
prompt: "You are a helpful AI assistant.",
|
||||||
temperature: 0.5,
|
temperature: 0.5,
|
||||||
contextLength: 4000,
|
contextLength: 4000,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue