bstraehle commited on
Commit
8f3dca9
1 Parent(s): 7fe3277

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -11,11 +11,11 @@ _ = load_dotenv(find_dotenv())
11
  RAG_BATCH = False # document loading, splitting, storage
12
 
13
  config = {
14
- "chunk_overlap": 150, # document splitting
15
- "chunk_size": 1500, # document splitting
16
- "k": 3, # document retrieval
17
- "model_name": "gpt-4", # llm
18
- "temperature": 0, # llm
19
  }
20
 
21
  RAG_OFF = "Off"
 
11
  RAG_BATCH = False # document loading, splitting, storage
12
 
13
  config = {
14
+ "chunk_overlap": 150, # document splitting
15
+ "chunk_size": 1500, # document splitting
16
+ "k": 3, # document retrieval
17
+ "model_name": "gpt-4-0613", # llm
18
+ "temperature": 0, # llm
19
  }
20
 
21
  RAG_OFF = "Off"