bupa1018 commited on
Commit
015e446
·
1 Parent(s): 094f515

Create config2.json

Browse files
Files changed (1) hide show
  1. config2.json +18 -0
config2.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "llm_model": {
3
+ "name": "llama-3.3-70b-versatile",
4
+ "llm_temperature": "0"
5
+ },
6
+ "embedding_model": {
7
+ "name": "ibm-granite/granite-embedding-125m-english"
8
+ },
9
+ "gitlab": {
10
+ "api_url": "https://gitlab.com/api/v4",
11
+ "project": {
12
+ "id": "iam-cms/kadi-apy"
13
+ },
14
+ "chunking": {
15
+ "chunk_size": "1024",
16
+ "chunk_overlap": "128"
17
+ }
18
+ }