Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Quick Start

# Clone the repository
git clone https://github.com/GuidovTricht/crewai-gettingstarted.git

# Create venv
python -m venv .venv

# Activate venv
.\.venv\Scripts\activate

# Install dependencies
python -m pip install -r .\requirements.txt

# Set up environment
cp .env.example .env
# Add your OpenAI API key to .env

# Start the server
uvicorn main:app --reload --port 8000

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages