You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Human: I'm working in QGIS and have two layers in a geopackage. One is a points layer and the other a polygon layer. Can you suggest names for them?
Loading the answer...
............................................
AI:
Points layer: Locations
Polygon layer: Areas
............................................
Human: Thanks. What are the two layers called again?
Loading the answer...
............................................
AI:
Points layer: Locations
Polygon Layer: Areas
This inevitably makes for longer prompts which will consume more tokens.
The text was updated successfully, but these errors were encountered:
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:
This inevitably makes for longer prompts which will consume more tokens.
The text was updated successfully, but these errors were encountered: