marvelai-org / marvel-ai-backend

This is the Marvel Teaching Assistant ai repo.
MIT License
17 stars 85 forks source link

Fixed README.md, .env.sample, local-start.sh, requirements.txt and deleted load_env.sh #95

Closed hash2004 closed 2 months ago

hash2004 commented 2 months ago

Key Changes

The key changes this PR made are:

Fixed README.md

  1. Removed step 4 duplication.
  2. Added a step for setting the API Header

Fixed .env.sample

  1. Added PROJECT_ID as a required environment variable.

Fixed local-start.sh

  1. Removed the command to useload_env.sh and used source .env instead, which fulfills the same purpose and avoids errors.

Added a new installation package in requirements.txt

  1. Added fastapi[standard] in requirements.txt to avoid installing it separately after fastapi is installed.

Deleted load_env.sh

  1. load_env.sh is not needed anymore as source .env fulfills the same purpose.