mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[PR #148] [MERGED] Added LLM refinement #178
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/patrickchugh/terravision/pull/148
Author: @patrickchugh
Created: 11/30/2025
Status: ✅ Merged
Merged: 11/30/2025
Merged by: @patrickchugh
Base:
main← Head:feature-llm-refinement📝 Commits (5)
bf44c9eadded bedrock and ollama refinementc8188b9Streaming backend in NodeJSda0fbbfUpdated docsf228222Readme amendedc199bd9black📊 Changes
16 files changed (+2172 additions, -472 deletions)
View changed files
📝
.gitignore(+1 -0)📝
README.md(+126 -6)➖
ai-backend-terraform/lambda/handler.py(+0 -247)➕
ai-backend-terraform/lambda/index.mjs(+107 -0)➕
ai-backend-terraform/lambda/package-lock.json(+1595 -0)➕
ai-backend-terraform/lambda/package.json(+10 -0)➕
ai-backend-terraform/lambda/requirements.txt(+2 -0)📝
ai-backend-terraform/main.tf(+77 -142)➖
ai-backend-terraform/payload.json(+0 -1)📝
ai-backend-terraform/testbackend.py(+16 -10)📝
modules/cloud_config.py(+42 -0)📝
modules/gitlibs.py(+0 -1)📝
modules/helpers.py(+16 -6)📝
requirements.txt(+2 -1)📝
terravision.py(+178 -5)➖
transformation_functions.py(+0 -53)📄 Description
YOUR PR TITLE
Type of Change
Checklist
All Submissions:
Changes to Core Features:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.