Skip to content

Commit

Permalink
fix(backend): Application title
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Oct 30, 2024
1 parent 60deaa7 commit a438fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from src.utils.agent import fetch_agents, fetch_agent_program_message
from src.utils.storage import upload_file

app = FastAPI(title="LibertAI subscriptions")
app = FastAPI(title="LibertAI agents")

origins = [
"https://chat.libertai.io",
Expand Down

0 comments on commit a438fb1

Please sign in to comment.