llm-intellij icon indicating copy to clipboard operation
llm-intellij copied to clipboard

feat: Add adaptors for ollama and openai

Open noahbald opened this issue 1 year ago • 3 comments

Adding adaptors here, as per https://github.com/huggingface/llm-ls/pull/40

noahbald avatar Dec 31 '23 08:12 noahbald

Unfortunately I have been unable to get this to work, as the commands in downloadAndUnzip do not seem to work on my windows machine.

If someone is able to try this on a unix machine and check if it is functional would help in getting this forward

noahbald avatar Dec 31 '23 08:12 noahbald

@noahbald I am new to this work. Can you please provide documentation on how to test this and I can give it a try on my machine.

YasirFarhan avatar Jan 07 '24 10:01 YasirFarhan

Hey @YasirFarhan I reckon @McPatate will be able to help you out. For me to get this set up, I did the following

  • Follow the instructions for developing a plugin, using Gradle to run an instance of Intellij with the plugin
  • Pull my fork of llm-ls, from here (https://github.com/noahbald/llm-ls)
    • Use Cargo to build the project
  • Configure your instance of the llm-intellij plugin, setting the binary path to your build of llm-ls

noahbald avatar Jan 09 '24 09:01 noahbald