WizMiner

Results 23 comments of WizMiner

Sorry to my belated reply. You mean like this? https://openai.com/blog/openai-codex If so, generating code is possible. Based of the video the page provided, we need just a prompt and result...

Hmm.. Could you be more specific? I need an example of it Sorry to keep asking to you 😥

Do you mean you want to autocomplete the LLM's response based on question? If so, question and response needs to be saved in DB and thankfully this app has it....

As if like IntelliSense in VSC. but not just code, text in general. Am i right? Please tell me that i'm right

Good. At least i grasp the concept of it and i will make autocomplete feature using LLM or any other model. But not this package, this package is too huge...

As a temporary measure, I've just removed llama-index package in pyqt-openai which causes error because as you said, the code is old version. Usage of llama-index is significantly changed. I...

It is bit too late (which is an understatement) but i applied new llamaindex codes into feature/llamaindex branch just a couple of days ago. If there are no issues, I...

You have to install legacy version(0.0.61) if your OS is not Windows. `python3 -m pip install pyqt-frameless-window==0.0.61` The current version(v0.0.82) only works in Windows, sorry to say. winreg is the...

sorry my good sir, for belated reply :( I've just got rid of those QtWin thingy and it should work well :)

That error message occured because i didn't declare it in my child class. I've just removed the error. But i can't upload it to pypi at least in 4 hrs,...