Blog Agent helps you to write and revise blog posts.
- Clone this repository.
- Enter
hatch shell
- Set
OPENAI_API_KEY
environment. - Run
streamlit run src/blog_agent/web.py
!
You should set environments below.
OPENAI_API_KEY
: Blog agent uses OpenAI's gpt models.SECRET
: To authenticate accesses, add your secret.
LANGCHAIN_TRACING_V2 = true
LANGCHAIN_API_KEY = <Langsmith API Key>
LANGCHAIN_PROJECT = blog-agent
- Clone this repository.
- Run
docker build -t blog-agent:latest .
- Run
docker run -d -p <incoming-port>:8501 -e OPENAI_API_KEY=... -e LANGCHAIN_TRACING_V2=... -e LANGCHAIN_API_KEY=... -e LANGCHAIN_PROJECT=...
- You should set
OPENAI_API_KEY
- You should set
- Food post
- Product review