frasan commited on
Commit
5bc9552
1 Parent(s): c84061a

Update Config/model_config.json

Browse files

Change model to gpt-4-1106-preview

Files changed (1) hide show
  1. Config/model_config.json +1 -1
Config/model_config.json CHANGED
@@ -11,7 +11,7 @@
11
  "allowed_extensions": "pdf",
12
  "embeddings": "huggingface",
13
  "embeddings_model": "BAAI/bge-small-en-v1.5",
14
- "llm_model": "gpt-4",
15
  "model_temp": 0.2,
16
  "max_tokens": 512,
17
  "context_window": 5000,
 
11
  "allowed_extensions": "pdf",
12
  "embeddings": "huggingface",
13
  "embeddings_model": "BAAI/bge-small-en-v1.5",
14
+ "llm_model": "gpt-4-1106-preview",
15
  "model_temp": 0.2,
16
  "max_tokens": 512,
17
  "context_window": 5000,