We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8515f8d commit dc08281Copy full SHA for dc08281
src/components/Portfolio.tsx
@@ -3,7 +3,7 @@ import './Portfolio.css';
3
const portfolio: Array<{ "title": string, shortTitle?: string, "category": string, "url": string, "image": string, "imgFit"?: string, "description": string }> = [
4
{
5
"title": "Prompt Engineering ist tot - Lang lebe das Model Programming (DSPy)",
6
- "shortTitle": "Prompt Engineering mit DSPy",
+ "shortTitle": "Prompt Programming mit DSPy",
7
"category": "Blog",
8
"url": "https://blog.viadee.de/lang-lebe-das-model-programming",
9
"image": "https://blog.viadee.de/hs-fs/hubfs/dspy.jpg?width=2000&height=1000&name=dspy.jpg",
0 commit comments