shaharia-lab / smarty-pants

SmartyPants AI is an AI-powered platform that integrates multiple data sources and LLM providers for advanced semantic search and chatbot capabilities
https://github.com/shaharia-lab/smarty-pants-ai
MIT License
2 stars 0 forks source link

Create new API endpoint to get the system details #57

Closed hello-shaharia-lab closed 1 week ago

hello-shaharia-lab commented 1 week ago

Frontend application and other types of dynamic integration to work, it requires to get the system details.

Example response:

{
  "version": "xxxx"
  "app": {"name" : ""},
  "settings": {
      "auth_enabled": "true | false"
      "oauth_providers": ["google", "github"]
   }
}