Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -38,18 +38,11 @@ crewai-ollama-llama3/
|
|
38 |
|
39 |
```
|
40 |
rt-agentic-ai-cert-week2/
|
41 |
-
├──
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
│ ├── lesson_2.py # Main script for lesson 2
|
47 |
-
│ ├── paths.py # File path configurations
|
48 |
-
│ ├── prompt_builder.py # Modular prompt construction functions
|
49 |
-
│ └── utils.py # Utility functions
|
50 |
-
├── data/
|
51 |
-
│ └── vae-publication.md # Sample publication for exercises
|
52 |
-
├── outputs/ # Generated prompts and LLM responses
|
53 |
├── .env.template # Environment variables template
|
54 |
├── requirements.txt # Python dependencies
|
55 |
└── README.md
|
|
|
38 |
|
39 |
```
|
40 |
rt-agentic-ai-cert-week2/
|
41 |
+
├── app.py #
|
42 |
+
├── agent.json # Sample ........publication for exercises
|
43 |
+
├── Gradio_UI.py # Sample ........publication for exercises
|
44 |
+
├── screenshot.jpeg # Sample ........publication for exercises
|
45 |
+
├── prompt_config.yaml # Prompt configurations for examples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
├── .env.template # Environment variables template
|
47 |
├── requirements.txt # Python dependencies
|
48 |
└── README.md
|