Lawson Lewis

Results 8 comments of Lawson Lewis

temp workaround is to change that model to `gpt-3.5-turbo-instruct` works for me.

Sorry, should have mentioned that. I changed this line https://github.com/jackMort/ChatGPT.nvim/blob/main/lua%2Fchatgpt%2Fflows%2Fcode_completions%2Finit.lua#L55 From: model = "text-davinci-003", To: model = "gpt-3.5-turbo-instruct", If you are using Lazy the source files should be under ~/.local/share/nvim/lazy/chatgpt/......

In doing the above, I have discoverd that there are issues in the semantic background annotations. namely that there are multiple definitions for the same things. for example a label...

duplication of labels issue is now resolved in branch lawson/labels However, I noticed now that a lot of the tests are failing because (the hard coded) expected responses for some...

Thanks, implemented and all tests passing but not tested with prez-ui. just waiting for Jamie to help me get prez-ui set up locally so I can test that and then...

Tested with prez ui v4 and all semback labels are displaying nicely.