Spaces:
Running
Running
Update app.py
Browse filesAdd more info about how the texts came about.
app.py
CHANGED
@@ -4,6 +4,8 @@ Blog Editor agent implemented with LLMs and crewai framework for handling autoge
|
|
4 |
It uses streamlit, crewai and openai functions to execute the task of interest.
|
5 |
|
6 |
It is based on the crewai gemini demo: https://huggingface.co/spaces/eaglelandsonce/crewaiongemini
|
|
|
|
|
7 |
"""
|
8 |
|
9 |
import os
|
|
|
4 |
It uses streamlit, crewai and openai functions to execute the task of interest.
|
5 |
|
6 |
It is based on the crewai gemini demo: https://huggingface.co/spaces/eaglelandsonce/crewaiongemini
|
7 |
+
|
8 |
+
Role and backstory was created using prompt generator role from awesome gpt prompts with few shot prompting with gpt 3.5 turbo
|
9 |
"""
|
10 |
|
11 |
import os
|