Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 398 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 398 Bytes

Agri-Mentor

Usage

  • Create an GEMINI API KEY here

    • Ensure to signup with your Google Account
  • To set the environment variable GEMINI_API_KEY

$ code ~/.zshrc
  • into the file, update below:

export OPENAI_API_KEY=AIzaSyDD_emjk9-SsGyeDy0D3LCkg5BlN3y4SjA

  • to set the changes, run :
$ source ~/.zshrc

The variable is now set.