KadiAPY_Coding_Assistant / config2.json
bupa1018's picture
Create config2.json
015e446
raw
history blame
370 Bytes
Invalid JSON: Expected ',' or '}' after property value in JSONat line 18, column 2
{
"llm_model": {
"name": "llama-3.3-70b-versatile",
"llm_temperature": "0"
},
"embedding_model": {
"name": "ibm-granite/granite-embedding-125m-english"
},
"gitlab": {
"api_url": "https://gitlab.com/api/v4",
"project": {
"id": "iam-cms/kadi-apy"
},
"chunking": {
"chunk_size": "1024",
"chunk_overlap": "128"
}
}