Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 462 Bytes

File metadata and controls

9 lines (9 loc) · 462 Bytes

GeminiTestScripting

Steps to Test

  1. Ensure you have npm installed on your device
  2. Run "npm i" while inside the project folder
  3. Run "npm install nodemon" while inside the project folder
  4. Generate Google Gemini API Key through Google AI Studio
  5. Create .env file containing the line "API_KEY=" and then your API key
  6. Enter server.mjs, go to the end of the file and uncomment out the test you would like to perform.
  7. Run system through "npm start"