Skip to content

ninopaparo/mentor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mentor

Phoenix Liveview application to leverage LLMs

This project is part of Hack Week 24, to learn how to integrate Elixir and the Phoenix Framework with Large Language Models

Requirements

How to setup the development environment

  • clone the mentor project
  • cd into the mentor directory
  • run mix deps.get and iex -S mix phx.server
    • optional To leverage a remote ollama instance, please create an .env file and update the OLLAMA_API_ENDPOINT= variable and run source .env
  • Open http://127.0.0.1:4000/

Features

  • Integrate with ollama
  • Render Markdown
  • Select LLMs
  • Retrieval Augmented Generation (RAG)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published