Skip to content

Commit

Permalink
Adds category
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Apr 5, 2024
1 parent 872ad78 commit 377bf8d
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ slug: llms-with-chattr
date: 2024-04-04
categories:
- Generenative Models
- Packages/Releases
- R
output:
distill::distill_article:
Expand All @@ -19,5 +20,10 @@ preview: images/app.png
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, eval = FALSE, fig.width = 6, fig.height = 6)
knitr::opts_chunk$set(
echo = TRUE,
eval = FALSE,
fig.width = 6,
fig.height = 6
)
```

1 comment on commit 377bf8d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.