Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/crewai/app/core/templates/core/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Defang WebSocket Demo</title>
<title>Defang CrewAI Demo</title>
{% load static %}
<!-- If Tailwind is available via CDN or staticfiles, include it here -->
<script src="https://cdn.tailwindcss.com"></script>
Expand Down
2 changes: 1 addition & 1 deletion samples/crewai/compose.local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
DATABASE_URL: postgres://postgres:password@postgres:5432/postgres
DJANGO_SECRET_KEY: 5k6qi_gzy65bz2soxl6k(rsrw)0z3ws!zmjzsbe+wkp1ovfayg

llm:
chat:
provider:
type: model
options:
Expand Down
Loading