settings
Get Settings
Get the current system settings.
This endpoint retrieves the current configuration settings for the system, including LLM (Large Language Model) configuration and vector database configuration. These settings determine how the system processes and stores data.
Response
Returns the current system settings containing:
- llm: LLM configuration (provider, model, API key)
- vector_db: Vector database configuration (provider, URL, API key)
Error Codes
- 500 Internal Server Error: Error retrieving settings
GET
Get Settings
Get Settings