JasonKishore commited on
Commit
f31c522
Β·
verified Β·
1 Parent(s): cf57017

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ client = openai.OpenAI(api_key=OPENAI_API_KEY)
11
  EMBED_MODEL = "text-embedding-3-small"
12
  CHAT_MODEL = "gpt-4o-mini"
13
  CHUNK_SIZE = 100
14
- OVERLAP = 40
15
  TOP_K = 2
16
 
17
  # ── GLOBALS ──────────────────────────────────────────────────────────────────
 
11
  EMBED_MODEL = "text-embedding-3-small"
12
  CHAT_MODEL = "gpt-4o-mini"
13
  CHUNK_SIZE = 100
14
+ OVERLAP = 60
15
  TOP_K = 2
16
 
17
  # ── GLOBALS ──────────────────────────────────────────────────────────────────