chunking: add structured
This commit is contained in:
@@ -13,7 +13,7 @@ class LLMClient:
|
||||
|
||||
self.lm_studio_endpoints = {
|
||||
'plato': {'url': 'http://192.168.1.74:1234', 'model': 'openai/gpt-oss-20b'},
|
||||
'postgres': {'url': 'http://192.168.1.159:1234', 'model': 'mistralai/devstral-small-2507'},
|
||||
'postgres': {'url': 'http://192.168.1.159:1234', 'model': 'mistralai/devstral-small-2-2512'},
|
||||
'local': {'url': 'http://localhost:11434', 'model': 'llama3'}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user