settings
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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", | ... | ... |
-
Please register or sign in to post a comment