Skip to content

Commit

Permalink
Fixed route to llm/stepX
Browse files Browse the repository at this point in the history
  • Loading branch information
Catrovitch committed Aug 30, 2024
1 parent 3de70b0 commit caa9088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/pages/InventorsAssistant/InventorsContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const InventorsContextProvider = ({
setAiResponse('')

const { stream, error } = await fetchStream(
`/llm/step${step}`,
`llm/step${step}`,
aiResponseData
)

Expand Down

0 comments on commit caa9088

Please sign in to comment.