Spyke
lemmy.ml

Seems cool. One more step towards a full operating systems manager.

I guess from the video, you use the toolformer library https://github.com/lucidrains/toolformer-pytorch, and it looks like they use the PalM model underneath.

How bound are your project/functionality to that specific model ? I'm planning to setup a local LLM, and would like a framework that can use the model I choose.

1
blob42reply
lemmy.ml

I don't use toolformer it's just used for demo purposes, I simply scan the PDF of the paper and generate embeddings which are used for question answering. The AI logic is built with Langchain.

It currently uses OpenAI model but the next priority for me is to use local LLMs which should be straightforward with Langchain.

1
Simsreply

Cool. I've tabbed your project for later. Thanks for sharing..

1

You reached the end

I built a full AI environment in the terminal | Spyke