Skip to content

Commit

Permalink
Clean-up unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tmarti committed Jun 11, 2024
1 parent 4392a6d commit 5fc200c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function App() {
const [spherePos, setSpherePos] = useState([0, 0, 0]);

const fnChangeCustomConcept = async (value: string) => {
const { embedding, position } = await embeddingModel.calculateProjection(value);
const { position } = await embeddingModel.calculateProjection(value);

setSpherePos(position);

Expand Down

0 comments on commit 5fc200c

Please sign in to comment.