(event)
| 23 | }; |
| 24 | |
| 25 | const handleOpenaiSecretChange = (event) => { |
| 26 | setOpenaiSecret(event.target.value); |
| 27 | }; |
| 28 | |
| 29 | const handleSubmit = async () => { |
| 30 | // Replace this URL with the actual API endpoint of your FastAPI backend |
nothing calls this directly
no outgoing calls
no test coverage detected