Duplicate network requests for single completion request
khou22 opened this issue · 1 comments
khou22 commented
- I don't think the requests are different, their session ID: https://github.com/Exafunction/codeium-react-editor/blob/463c9edee72fbec5c3a6be8e821971ef4a3ad6b1/src/components/CodeiumEditor/CompletionProvider.ts#L70
- This means we have multiple being instantiated
- I just pressed enter once and 7 requests come up
andyzg commented
Can you share the repro steps for this? I tried on https://khou22.com/programming/codeium and was only able to get one network request per action @khou22