mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-17 17:05:58 -05:00
[PR #888] [CLOSED] Add GCF Token Optimization (61-71% savings) #14844
Reference in New Issue
Block a user
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/Shubhamsaboo/awesome-llm-apps/pull/888
Author: @blackwell-systems
Created: 6/16/2026
Status: ❌ Closed
Base:
main← Head:add-gcf-optimization📝 Commits (1)
672b71bAdd GCF Token Optimization to LLM Optimization Tools📊 Changes
5 files changed (+285 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
advanced_llm_apps/llm_optimization_tools/gcf_token_optimization/README.md(+126 -0)➕
advanced_llm_apps/llm_optimization_tools/gcf_token_optimization/gcf_demo.py(+81 -0)➕
advanced_llm_apps/llm_optimization_tools/gcf_token_optimization/gcf_llm_example.py(+74 -0)➕
advanced_llm_apps/llm_optimization_tools/gcf_token_optimization/requirements.txt(+3 -0)📄 Description
Summary
Adds GCF (Graph Compact Format) token optimization to the LLM Optimization Tools section.
What's included
gcf_demo.py: Token comparison demo (JSON vs GCF with tiktoken counts)gcf_llm_example.py: LLM integration example showing identical answers with fewer tokensREADME.md: Full documentation with format comparison and benchmarksrequirements.txt: DependenciesWhy GCF
Website: https://gcformat.com
Benchmarks: https://gcformat.com/guide/benchmarks.html
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.