formatting fixes

This commit is contained in:
vintro 2024-01-25 11:32:22 -05:00
parent eb661f75f4
commit e7a80812ea
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View File

@ -11,6 +11,7 @@ Its our mission to realize this future.
## Blog
[[Extrusion 01.24]]
[[Honcho; User Context Management for LLM Apps|Honcho: User Context Management for LLM Apps]]
[[blog/Theory-of-Mind Is All You Need]]
[[blog/Open-Sourcing Tutor-GPT]]

View File

@ -20,3 +20,9 @@ img {
display: flex;
justify-content: center;
}
iframe {
display: block;
margin-left: auto;
margin-right: auto;
}