To set up the project, you need to rename the .env-sample file to .env in both the openai and claude folders. Follow the steps below:
-
Navigate to the
openaifolder:cd /home/sokheang/Research/llm/openai -
Rename the
.env-samplefile to.env:mv .env-sample .env
-
Navigate to the
claudefolder:cd /home/sokheang/Research/llm/claude -
Rename the
.env-samplefile to.env:mv .env-sample .env
Now, your environment variables should be properly set up for both the openai and claude folders.