Skip to content

SumaiyaTarannumNoor/Lets-Write

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

147 Commits
 
 
 
 
 
 

Repository files navigation

Getting Gemini API key

Using Gemini API Key

  • Copy the key
  • Go to backend folder
  • Create .env file
  • Write "GEMINI_API_KEY="YOUR COPIED KEY""
  • Save the file

Getting Mistral API Key

Using Mistral API Key

  • Copy the key
  • Go to backend folder
  • Create .env file
  • Write "MISTRAL_API_KEY="YOUR COPIED KEY""
  • Save the file

Getting Groq API Key

Using Mistral API Key

  • Copy the key
  • Go to backend folder
  • Create .env file
  • Write "GROQ_API_KEY="YOUR COPIED KEY""
  • Save the file