MCPcopy Create free account
hub / github.com/danielpatrickhug/GitModel / handleOpenaiSecretChange

Function handleOpenaiSecretChange

git-frontend/src/App.js:25–27  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected