martinguenther
martinguenther
I experienced the same, using GPT-4 Turbo in a JavaScript project. The output log showed the result, but not the UI.  Also I noticed that sometimes the marked code...
Just a short follow up: I'm now on V0.9.49. Both .46 and .49 have worked for me since and have always shown the results from LLM in the UI of...
@EmmaWebGH Yes, I believe you should switch to pre-release to get the fix. I've had good experience with it so far. But of course it's up to you :). @sestinj...
@sestinj I was able do to a more thorough check before take-off :). There still seems to be some issues. 1) Mark code in VS Code, hit `ctrl + m`....
I can confirm too. Looks good. Thanks!
I believe this is related to #5763 and how PS handles parameters. > The end-of-parameters token (--) indicates that all arguments following it are to be passed in their actual...
The link @webprofusion-chrisc posted seams to be broken. This should be the code he is referencing: var attempts = 20; while (attempts > 0 && (res.Status != AuthorizationStatus.Valid && res.Status...
`text-davinici-003` is deprecated since 2024-01-04 (see https://platform.openai.com/docs/deprecations/instructgpt-models). I get the following error when working in editor mode: `An error occured. ChatGPT error 404: { "error": { "message": "The model `text-davinci-003`...
I want to vote for this issue. We've just recently had a problem which went down to this. On the given day, Microsoft seemed to have a problem in it's...
When writing Markdown, I add additional rendering information to images as anchor, like `#no-scale` in `` which is then used to manipulate the generated HTML output by Hugo, which I...