put it in reverse terry
This commit is contained in:
		
							parent
							
								
									891bc38a45
								
							
						
					
					
						commit
						d0b4a355ca
					
				|  | @ -8,7 +8,7 @@ import { useEffect, useState } from "react"; | |||
| export default function Home() { | ||||
|   const [conversations, setConversations] = useState<Conversation[]>([]); | ||||
|   const [selectedConversation, setSelectedConversation] = useState<Conversation>(); | ||||
|   const [loading, setLoading] = useState<boolean>(true); | ||||
|   const [loading, setLoading] = useState<boolean>(false); | ||||
|   const [model, setModel] = useState<OpenAIModel>(OpenAIModel.GPT_3_5); | ||||
|   const [lightMode, setLightMode] = useState<"dark" | "light">("dark"); | ||||
|   const [messageIsStreaming, setMessageIsStreaming] = useState<boolean>(false); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue