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

View File

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