Skip to content

Commit 1a65769

Browse files
committed
tmp
1 parent 8e5c333 commit 1a65769

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

content/posts/1.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ draft = false
44
title = 'Core Principles and Differences of Function Calling, MCP, and A2A'
55
+++
66

7-
test
7+
What is ChatGPT?
8+
以聊天方式和LLM进行对话的应用
9+
10+
What is LLM?
11+
黑盒,根据数据进行训练,实现根据输入来预测输出
12+
13+
用大模型做计算,为什么会存在计算错误的情况?例如9.11-9.9,大模型训练只是文本数据,

public/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link>http://localhost:1313/posts/1/</link>
1414
<pubDate>Sun, 03 Aug 2025 15:31:31 +0800</pubDate>
1515
<guid>http://localhost:1313/posts/1/</guid>
16-
<description>&lt;p&gt;test&lt;/p&gt;</description>
16+
<description>&lt;p&gt;What is ChatGPT?&#xA;以聊天方式和LLM进行对话的应用&lt;/p&gt;&#xA;&lt;p&gt;What is LLM?&#xA;黑盒,根据数据进行训练,实现根据输入来预测输出&lt;/p&gt;&#xA;&lt;p&gt;用大模型做计算,为什么会存在计算错误的情况?例如9.11-9.9,大模型训练只是文本数据,&lt;/p&gt;</description>
1717
</item>
1818
<item>
1919
<title>My First Post</title>

public/posts/1/index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@
2525

2626
<meta name="theme-color" />
2727

28-
<meta name="description" content="test" />
28+
<meta name="description" content="What is ChatGPT?
29+
以聊天方式和LLM进行对话的应用
30+
What is LLM?
31+
黑盒,根据数据进行训练,实现根据输入来预测输出
32+
用大模型做计算,为什么会存在计算错误的情况?例如9.11-9.9,大模型训练只是文本数据," />
2933
<meta name="author" content="GoCo Blog" /><link rel="preload stylesheet" as="style" href="http://localhost:1313/main.min.css" />
3034

3135

@@ -131,7 +135,11 @@
131135
<header class="mb-14">
132136
<h1 class="my-0! pb-2.5">Core Principles and Differences of Function Calling, MCP, and A2A</h1><div class="text-xs antialiased opacity-60"><time>Aug 3, 2025</time></div></header>
133137

134-
<section><p>test</p>
138+
<section><p>What is ChatGPT?
139+
以聊天方式和LLM进行对话的应用</p>
140+
<p>What is LLM?
141+
黑盒,根据数据进行训练,实现根据输入来预测输出</p>
142+
<p>用大模型做计算,为什么会存在计算错误的情况?例如9.11-9.9,大模型训练只是文本数据,</p>
135143
</section>
136144

137145
<nav

0 commit comments

Comments
 (0)