TheAtlasRepository / Text2Map

Make maps from simple Text prompts using AI
GNU General Public License v3.0
5 stars 0 forks source link

Reworked Backend with Assisstant json response #60

Closed GlennJoakimB closed 5 months ago

GlennJoakimB commented 5 months ago

Reworked backend with assistant giving json response of all mentioned locations, in place of using other LLM packets like Spacey, and thus lowering size of the backend.

Backend processes have also been refactored and optimized to lower the overall amount of Api request being made, in hopes of both saving the Api some slack, and speeding up the overall prosess of getting data from backend.

The frontend has also been tweeked to accept the new format of data being retrieved by the backend

Changes in backend

Changes in frontend