QChatGPT icon indicating copy to clipboard operation
QChatGPT copied to clipboard

A plugin integration between QGIS and openai API. Displays the results from openai in QGIS.

Results 11 QChatGPT issues
Sort by recently updated
recently updated
newest added

The following error is displayed in QGIS 3.34.1 using plugin version 0.7 on windows 10. This occurred on first run after a fresh install of the plugin. The error is...

Your plugin installs some peripheral data like python stuff etc. After uninstalling the plugin i believe not everything is as before installation so i have question how can i uninstallit...

Hi, when installing the plugin it asks me to install a series of packages, I accept the installation but it returns the error "ModuleNotFoundError: No module named 'openai'". I asked...

I'm using a Mac Powerbook, QGIS 3.32. I installed the dependencies with the code at the bottom of your main github page. I restarted the program a couple of times,...

Antio Marios, nice plugin! I discovered it while programming another ChatGPT-based plugin for AI-assisted Map Styling (AIAMAS). I have a feature request: Can you extend the plugin to become also...

QChatGPT: No API key provided. You can set your API key in code using 'openai.api_key = ', or you can set the environment variable OPENAI_API_KEY=). If your API key is...

I created my API key, entered the API key (without using it previously), then I ask a question and I get the following message ![image](https://user-images.githubusercontent.com/7876975/230164780-c563bbed-4f07-4dc7-b22f-ec3de7f6a3b8.png)

Impossibile caricare il plugin 'QChatGPT' a causa di un errore chiamando il metodo classFactory() Steps to reproduce 1. First 2. Second 3. Third ``` Traceback (most recent call last): File...

Currently QChatGPT has no context. Past interactions are immediately forgotten. By adding previous interactions to the prompt some context is provided. An example of this might be the following: >...