A brief description of what this project does and who it's for.
Below commands were used to create this application for the first time on windows laptop
git init
Add-Content .gitignore ".vscode`r`nvenv`r`n.venv`r`n"
git add .
git commit -m "first commit with readme and gitignore"
git remote add origin https://github.com/khoks/llmtest
git push -u origin master
pip install poetryAdded poetry path in path environment variable Initialize Poetry
poetry init
poetry add fastapi
poetry add uvicorn
poetry add openai
poetry install
OPENAI_API_KEY=your_openai_api_keyInstructions on how to install and set up the project.
# Example:
git clone https://github.com/yourusername/your-repo.git
cd your-repo
poetry run python run.pyGuidelines for contributing to the project.
Information about the project's license.
Contact information for the project maintainers.