Shubham170793 commited on
Commit
3653196
·
verified ·
1 Parent(s): aa7b6b0

Update src/ingestion.py

Browse files
Files changed (1) hide show
  1. src/ingestion.py +1 -1
src/ingestion.py CHANGED
@@ -130,7 +130,7 @@ def adaptive_fallback_toc(text: str, model_name: str = "gpt-4o"):
130
  This ensures consistent credentials, no manual token handling, and safe reuse
131
  of your existing GEN AI HUB PROXY.json configuration.
132
  """
133
- snippet = text[:7000] # ✅ Simple and fast fallback — first 7000 chars only
134
 
135
  creds = {}
136
  base_url = ""
 
130
  This ensures consistent credentials, no manual token handling, and safe reuse
131
  of your existing GEN AI HUB PROXY.json configuration.
132
  """
133
+ snippet = text[:7000] # ✅ Simple, fast fallback — first 7000 chars only
134
 
135
  creds = {}
136
  base_url = ""