Skip to content

Commit

Permalink
positive med
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Nov 24, 2023
1 parent ed071e0 commit 29b6c9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playground/demos/positive_med/positive_med.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
- Social Media posts for the article.
# TODO
- Make prompts better
- Add shorter and better topic generator prompt
- Optimize writer prompt to create longer and more enjoyeable blogs
- Use Local Models like Storywriter
"""
from termcolor import colored
from swarms.models import OpenAIChat
from swarms.prompts.autobloggen
from swarms.prompts.autobloggen import (
DRAFT_AGENT_SYSTEM_PROMPT,
REVIEW_PROMPT,
SOCIAL_MEDIA_SYSTEM_PROMPT_AGENT,
Expand Down

0 comments on commit 29b6c9b

Please sign in to comment.