# Make sure Ollama is runningollama serve# Pull your desired modelollama pull deepseek-r1:14b# Set environment variablesexport OPENAI_BASE_URL=http://localhost:11434/v1export MODEL_NAME=deepseek-r1:14bexport OPENAI_API_KEY=NA# Initialize agentspraisonai --init "Create a story about AI"
framework: crewaitopic: create movie script about cat in marsroles: researcher: backstory: Skilled in finding and organizing information, with a focus on research efficiency. goal: Gather information about Mars and cats role: Researcher llm: model: "ollama/llama3" tasks: gather_research: description: Research and gather information about Mars, its environment, and cats, including their behavior and characteristics. expected_output: Document with research findings, including interesting facts and information. tools: - ''