Skip to content

Commit

Permalink
Update Portfolio.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGoerke authored Oct 10, 2024
1 parent 8515f8d commit dc08281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Portfolio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import './Portfolio.css';
const portfolio: Array<{ "title": string, shortTitle?: string, "category": string, "url": string, "image": string, "imgFit"?: string, "description": string }> = [
{
"title": "Prompt Engineering ist tot - Lang lebe das Model Programming (DSPy)",
"shortTitle": "Prompt Engineering mit DSPy",
"shortTitle": "Prompt Programming mit DSPy",
"category": "Blog",
"url": "https://blog.viadee.de/lang-lebe-das-model-programming",
"image": "https://blog.viadee.de/hs-fs/hubfs/dspy.jpg?width=2000&height=1000&name=dspy.jpg",
Expand Down

0 comments on commit dc08281

Please sign in to comment.