Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jongminchoi98/crew-ai
https://github.com/jongminchoi98/crew-ai
crewai openai-api
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jongminchoi98/crew-ai
- Owner: JongminChoi98
- Created: 2024-07-10T13:58:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T23:14:05.000Z (3 months ago)
- Last Synced: 2024-08-29T00:05:52.160Z (3 months ago)
- Topics: crewai, openai-api
- Language: Jupyter Notebook
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)