Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
models
  • Loading branch information
waleedlatif1 committed Apr 4, 2026
commit 569031cfa0c758aeaa6574f6bf07c10a0f02a686
4 changes: 2 additions & 2 deletions apps/sim/app/llms.txt/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Sim lets teams create agents, workflows, knowledge bases, tables, and docs. It s

return new Response(content, {
headers: {
'Content-Type': 'text/plain; charset=utf-8',
'Cache-Control': 'public, s-maxage=3600, stale-while-revalidate=86400',
'Content-Type': 'text/markdown; charset=utf-8',
'Cache-Control': 'public, max-age=86400, s-maxage=86400',
},
})
}
Loading