chore: updated AI meme generator agent
This commit is contained in:
parent
820257c643
commit
91403df215
3 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# 🤖 AI Meme Generator Agent - Browser Automation
|
||||
# 🥸 AI Meme Generator Agent - Browser Use
|
||||
|
||||
The AI Meme Generator Agent is a powerful browser automation tool that creates memes using AI agents. This app combines multi-LLM capabilities with automated browser interactions to generate memes based on text prompts through direct website manipulation.
|
||||
|
||||
|
|
@ -64,7 +64,7 @@ def main():
|
|||
# Custom CSS styling
|
||||
|
||||
|
||||
st.title("🤖 AI Meme Generator - Browser Use Web Agent")
|
||||
st.title("🥸 AI Meme Generator Agent - Browser Use")
|
||||
st.info("This AI browser agent does browser automation to generate memes based on your input with browser use. Please enter your API key and describe the meme you want to generate.")
|
||||
|
||||
# Sidebar configuration
|
||||
|
|
@ -4,4 +4,3 @@ playwright==1.49.1
|
|||
langchain-openai
|
||||
langchain-anthropic
|
||||
asyncio
|
||||
re
|
||||
Loading…
Reference in a new issue