Skip to content

Commit

Permalink
Update description and version info (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT authored May 3, 2023
1 parent a65e964 commit aecead7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
from provider import get_provider_options

CFG = Config()
app = FastAPI()
app = FastAPI(
title="Agent-LLM",
description="Agent-LLM is an Artificial Intelligence Automation platform for creating and managing AI agents.",
version="1.1.4-alpha",
)
agent_threads = {}
agent_stop_events = {}

Expand Down

0 comments on commit aecead7

Please sign in to comment.