0xrushi / emailgenius

EmailGenius: AI-Driven Email Categorization
MIT License
10 stars 4 forks source link

LLAMA with OpenAI key? #1

Open geo-recykling opened 6 months ago

geo-recykling commented 6 months ago

The docs say it uses the opensource model and at the same time open_ai key is one of parameters... what model it is really using? Also Gmail is not allowing user/password access... how did you make it work?! Very useful idea anyways...

0xrushi commented 5 months ago

Hello there, Its the openai_key is for llama from https://deepinfra.com/, For Gmail you need to generate an app token as shown here . If you run it locally the OPENAI_API_BASE will be localhost:someport and the key can be empty.