IntelliServer
IntelliServer copied to clipboard
AI models as scalable microservices, enabling evaluation of LLMs and offering end-to-end functions such as chatbot, semantic search, image generation and beyond.
Could not find explanation on where to get an API key and ADMIN key.. Please give these details in readme section. Thanks in advance!
Add a service to load llama models family and serve them through an API, the official python code to server the models available here: https://github.com/facebookresearch/llama Request the models access: https://ai.meta.com/resources/models-and-libraries/llama-downloads/...
Add a sub api called `front` to access the admin and the chatbot. the chatbot is a basic chat ui with auto response from the intellinode chat providers: - Openai....
Implement a UI using next.js to support admin activities: - Enable or disable the API authentication. - Add default keys for the AI model providers. - The admin page protected...