Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jongminchoi98/crew-ai


https://github.com/jongminchoi98/crew-ai

crewai openai-api

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Crew AI

## How to setup

1. Set up virtual environment
- command: python -m venv ./env

2. Active virtual environment (Based on the your system)
- POSIX
- bash/zsh ⇒ $ source venv/bin/activate
- fish ⇒ $ source venv/bin/activate.fish
- csh/tcsh ⇒ $ source venv/bin/activate.csh
- PowerShell ⇒ $ source venv/bin/Activate.ps1
- fish ⇒ $ source venv/bin/activate
- Windows
- cmd.exe ⇒ C:\> venv\Scripts\activate.bat
- PowerShell ⇒ PS C:\> venv\Scripts\Activate.ps1
[link](https://docs.python.org/3/library/venv.html)

3. Install requirements
- command: pip install -r requirements.txt

4. Set Config
- Create .env file
- OPENAI_API_KEY=”OPENAI_API_KEY” (OpenAI recommended for the performance)