yearn / ygenius-brain

Home Page:https://ygenius.yearn.farm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yGenius Brain

What is this: https://medium.com/@marcoworms/ygenius-chat-with-yearn-efa17d3f0ec8
Frontend Source: https://github.com/yearn/ygenius-webui

image

Configuration

  • copy .env.sample to .env and set environment variables (only OPENAI_API_KEY is mandatory)
  • copy index.json model file to the current dir or generate a new one

Run

Install docker and docker-compose and run: docker-compose up -d

Development

Whenever making changes to the code base, you need to rebuild a new docker image: docker-compose build

Usage

curl "http://localhost:5001/ask?history=&query=what%20is%20yearn%20%3F"

Output:

  Yearn is a decentralized finance (DeFi) platform that provides users with access
  to a range of financial services, including yield farming, liquidity pools, and
  automated portfolio management. Yearn is built on the Ethereum blockchain and is
  designed to make it easier for users to maximize their returns on their investments.

About

https://ygenius.yearn.farm

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 63.5%Language:Shell 22.4%Language:Dockerfile 14.1%