packages/ai-llamafile/README.md
The AI Llamafile package provides an integration that allows users to manage and interact with Llamafile language models within Theia IDE.
llamafile.startStart Llamafilellamafile.stopStop LlamafileStarting a Llamafile Language Server:
Start Llamafile.Stopping a Llamafile Language Server:
Stop Llamafile.This extension depends on the @theia/ai-core package for AI-related services and functionalities.
Make sure to configure your Llamafiles properly within the preference settings. This setting is an array of objects, where each object defines a llamafile with a user-friendly name, the file uri, and the port to start the server on.
Example Configuration:
{
"ai-features.llamafile.llamafiles": [
{
"name": "MyLlamaFile",
"uri": "file:///path/to/my.llamafile",
"port": 30000
}
]
}