IntelliServer icon indicating copy to clipboard operation
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.

Results 4 IntelliServer issues
Sort by recently updated
recently updated
newest added

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/...

backend-change

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....

ui-change

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...

ui-change