mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-30 21:59:46 +02:00
feat(database-migrations): add migration to remove legacy model config tables and remove stale model connection code
This commit is contained in:
parent
50668775f8
commit
bd4a04f2e7
93 changed files with 956 additions and 11442 deletions
|
|
@ -27,7 +27,7 @@ async def test_smoke_against_localhost():
|
|||
pytest.skip("No credentials in environment; skipping integration smoke")
|
||||
bundle = await acquire_token(config)
|
||||
async with client_with_auth(config, bundle) as client:
|
||||
response = await client.get(f"{config.surfsense_api_base}/api/v1/global-new-llm-configs")
|
||||
response = await client.get(f"{config.surfsense_api_base}/api/v1/model-connections/global")
|
||||
try:
|
||||
response.raise_for_status()
|
||||
except httpx.HTTPStatusError as exc:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue