A ZIO driver for the Ollama project.
here is the table to show the status of the project:
| Feature | Status | Model |
|---|---|---|
| Sync http request | Done | llama3-8b |
| Stream Model Support | TODO | llama3-b |
| Sync http request | TODO | llama3-70b |
| Stream Model Support | TODO | llama3-70b |
| Sync http request | TODO | Phi3-mini |
| Stream Model Support | TODO | Phi3-mini |
| Sync http request | TODO | Phi3-medium |
| Stream Model Support | TODO | Phi3-medium |
| Sync http request | TODO | Mistral |
| Stream Model Support | TODO | Mistral |
- Create a Test suite
- validate if worth to invest time writing a functional domain for the model
- Manage sessions
- Implement Stream support