From b484977146ee9767fe5a3519e01cc2882c3fb041 Mon Sep 17 00:00:00 2001 From: stevef1uk Date: Mon, 17 Feb 2025 10:12:03 +0100 Subject: [PATCH] Added week 8 community-contribution notebook to add link to CrewAI repository with description of key points --- .../Deploy_Deepseek_r1_on_Modal.ipynb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/week8/community_contributions/Deploy_Deepseek_r1_on_Modal.ipynb b/week8/community_contributions/Deploy_Deepseek_r1_on_Modal.ipynb index e2dc39e..29458be 100644 --- a/week8/community_contributions/Deploy_Deepseek_r1_on_Modal.ipynb +++ b/week8/community_contributions/Deploy_Deepseek_r1_on_Modal.ipynb @@ -16,6 +16,22 @@ "\n" ] }, + { + "cell_type": "markdown", + "id": "ee8d9860-68a8-4c61-839b-1d848bebe867", + "metadata": {}, + "source": [] + }, + { + "cell_type": "markdown", + "id": "988f6417-5a98-4c73-ace5-966b0e0656b8", + "metadata": { + "tags": [] + }, + "source": [ + "I also created a example project of how to use CrewAI agents to solve complex tasks such as fixing Golang code so that it will compile and buid and also how to use Agents and Tasks to create unit tests for the fixed code. The example project show how configuration for Agent tasks can be externalised in configuration files and also shows how different LLMs can be used to support the Crew. Current LLMs supported includes: OpenAI, Gemini, Ollama and Groq: [GitHub Repo](https://github.com/stevef1uk/crewai_llms_fix_go_code.git)\n" + ] + }, { "cell_type": "code", "execution_count": 8,