bupa1018 commited on
Commit
8b31dd1
·
1 Parent(s): 9526a14

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -22
config.json DELETED
@@ -1,22 +0,0 @@
1
- {
2
- "vectorstore_directory": "data/vectorstore",
3
- "chunking": {
4
- "chunk_size": 1024,
5
- "chunk_overlap": 128
6
- },
7
- "embedding_model": {
8
- "name": "ibm-granite/granite-embedding-125m-english",
9
- "version": "latest"
10
- },
11
- "llm_model": {
12
- "name": "llama-3.3-70b-versatile",
13
- "temperature": 0.0
14
- },
15
- "gitlab": {
16
- "api_url": "https://gitlab.com/api/v4",
17
- "project id": "iam-cms/kadi-apy",
18
- "project version": "v0.45.0"
19
- },
20
- "data_dir": "data/repo",
21
- "hf_space_name": "bupa1018/KadiAPY_Coding_Assistant"
22
- }