this post was submitted on 20 Jun 2023
4 points (83.3% liked)

AI

4006 readers
1 users here now

Artificial intelligence (AI) is intelligence demonstrated by machines, unlike the natural intelligence displayed by humans and animals, which involves consciousness and emotionality. The distinction between the former and the latter categories is often revealed by the acronym chosen.

founded 3 years ago
 

Hi all,

I wanted toshare a project I have been working on.

With Instrukt, you can build, customize, debug and instruct AI agents straight from the terminal.

I made a quick demo to showcase the main features here: https://youtu.be/_mkIoqiY0dE

Looking forward for feedback.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year ago

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