Skip to content

Commit

Permalink
chore: update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
hidaviddong committed Jul 2, 2024
1 parent 5405999 commit 7b2857d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/project.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
const Works = [
{
name: "AI Diagnosis Assistant",
name: "LLM Chatbot",
description: "Medical field chat application.",
time: "2023-2024",
href: "/project/ai",
background: "/images/ai.webp",
keywords: ["ai", "large language model", "gpt", "medical", "chatbot"]
keywords: ["llm", "large language model", "gpt", "medical", "chatbot"]
},
{
name: "Data Visualization",
Expand Down

0 comments on commit 7b2857d

Please sign in to comment.