initial commit
This commit is contained in:
13
config.example.lmstudio.json
Normal file
13
config.example.lmstudio.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"data_source": {
|
||||
"url": "https://hub.ag3nts.org/data/b8307041-adb1-4101-bc7a-b0533e93078a/people.csv"
|
||||
},
|
||||
"llm": {
|
||||
"provider": "lmstudio",
|
||||
"model": "bielik-11b-v3.0-instruct-gptq-marlin@q8_0",
|
||||
"base_url": "http://localhost:1234"
|
||||
},
|
||||
"output_dir": "./output",
|
||||
"batch_size": 10,
|
||||
"api_key": "YOUR_AIDEVS_API_KEY_HERE"
|
||||
}
|
||||
Reference in New Issue
Block a user