5fbcb51a by RSA

settings

1 parent 7f9010bc
...@@ -13,7 +13,7 @@ function App() { ...@@ -13,7 +13,7 @@ function App() {
13 13
14 const [chatInput, setChatInput] = useState(""); 14 const [chatInput, setChatInput] = useState("");
15 const [models, setModels] = useState([]); 15 const [models, setModels] = useState([]);
16 const [temperature, setTemperature] = useState(0.8); 16 const [temperature, setTemperature] = useState(0.7);
17 const [currentModel, setCurrentModel] = useState("text-davinci-003"); 17 const [currentModel, setCurrentModel] = useState("text-davinci-003");
18 const [chatLog, setChatLog] = useState([{ 18 const [chatLog, setChatLog] = useState([{
19 user: "gpt", 19 user: "gpt",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!