Lawson Lewis
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/......
yeah that's correct.
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.
proposed solution for this problem: ```diff diff --git a/rdflib/plugins/serializers/longturtle.py b/rdflib/plugins/serializers/longturtle.py index 8de1e52a..7a4fce71 100644 --- a/rdflib/plugins/serializers/longturtle.py +++ b/rdflib/plugins/serializers/longturtle.py @@ -44,6 +44,7 @@ class LongTurtleSerializer(RecursiveSerializer): def __init__(self, store): self._ns_rewrite = {} +...
user reported for abuse.