Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1017 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 1017 Bytes

The current status of the codebase is nowhere near prod levels. It's dirty & messy, lacks tests, relies on LLMs to generate responses according to a particular format, etc. This is because my current prioirity is moving as fast as possible. I'll eventually clean everything up.

git clone https://github.com/Szplugz/feynman.git

Create a .env in root dir and add your ANTHROPIC_API_KEY there. To get your api key visit the anthropic console. Unfortunately you'll have to test this on your own dime 🫡

Once you've cd'd into feynman,

npm i
npm run dev

Then, create a new terminal session, cd into /api, and start the flask server.

python3 server.py

Upload file at localhost:3000 and revel at the beauty of trillions of electrons running around on your machine and around the world to produce beautifully streamed text on your screen!

I know this is a terrible README and I'm probably missing a bunch of instructions, so pls lmk what.