This template provides a full-stack environment combining a PostgreSQL database with CrewAI Studio (Streamlit-based frontend) for collaborative AI workflows, data analysis, and data management.
PostgreSQL
An open-source relational database for data storage and management.
crewai_user
secret
crewai
CrewAI Studio
A Streamlit-based frontend for collaborative AI tasks and data visualization.
To use different AI models or set up API keys for your CrewAI workflows, you can configure environment variables in the CrewAI Studio service. For detailed information on supported LLM providers and configuration options, please refer to the official documentation: https://docs.crewai.com/concepts/llms
Common environment variables you might need to set:
OPENAI_API_KEY
for OpenAI modelsANTHROPIC_API_KEY
for Claude modelsGOOGLE_API_KEY
for Google modelsMODEL
to specify the default model (e.g., gpt-4o, claude-3-sonnet)For advanced configuration or more details, refer to the official documentation or contact the maintainer.