A Foundational AI API Server for FOSSistant
FOSSistant AI API Server is designed to serve AI models for FOSSistant in a containerized environment, making it easy to deploy and scale AI services.
- Docker and Docker Compose installed on your system
- AI model files compatible with the server
- Sufficient disk space for model storage
-
Clone this repository:
git clone https://github.com/yourusername/FOSSistant_AI_API.git cd FOSSistant_AI_API
-
Place the required AI model files in the
models/
directory- Ensure models are in the correct format
- Verify model compatibility with the server
-
Start the server using Docker Compose:
docker compose up -d
-
The API server will be available at
http://localhost/
(default port: HTTP/80) -
To stop the server:
docker compose down
The API documentation is available at http://localhost/docs
when the server is running.
This project is licensed under the Apache License 2.0.