diff --git a/docs/docs/reference/Model Providers/llamafile.md b/docs/docs/reference/Model Providers/llamafile.md index 04d12aeff1..cc969f8d87 100644 --- a/docs/docs/reference/Model Providers/llamafile.md +++ b/docs/docs/reference/Model Providers/llamafile.md @@ -14,6 +14,4 @@ A [llamafile](https://github.com/Mozilla-Ocho/llamafile#readme) is a self-contai } ``` -Optionally, you can set the `llamafile_command` property, which will be run to start the llamafile if it isn't already running on port 8080. Be sure to use an absolute path to the llamafile binary. For example: `/Users/yourusername/mistral-7b-instruct-v0.1-Q4_K_M-server.llamafile`. - [View the source](https://github.com/continuedev/continue/blob/main/core/llm/llms/Llamafile.ts)