This Chrome extension adds the power of large-language models (LLMs) to Overleaf through a Chrome extension and a self-hosted server running the Galactica LLM.
The extension originated from GPT4Overleaf and LeafLLM.
Unless you are a developer, this is probably your preferred option.
Just go to the extension's page in Chrome Web Store and press "Add to Chrome"
- Clone the repository
- Open Chrome and go to
chrome://extensions/
- Enable developer mode
- Click "Load unpacked" and select the repository folder
Head to the GalacTex-Server repository and follow the instructions there.
The plugin can be configured by clicking the plugin button in the Chrome toolbar. It requires inserting the server endpoint for the self-hosted server. You also need to choose which tools you wish to enable. You have the ability to tune the generation paramaters from the plugin's popup.
These are the tools that are currently available:
Press Alt+C
to trigger the auto-complete tool.
Select a text and press Alt+Shift+C
to trigger the auto-complete tool. The selected text will be used as the prompt.
If nothing happens when you use the plugin, verify that the plugin's shortcuts are not in conflict with other plugins' shortcuts here.
If you encounter any problem/question, please open an issue in the project's repository.
The plugin saves its configuration locally on the users' computer. The plugin's authors do not collect any data from the plugin's users.