Sure, here's how you could structure it in HTML and translate the text into simplified Chinese: ```html Tool Calling with LLMs: How and when to use it?

Tool Calling with LLMs: How and when to use it?

用LLMs调用工具:如何以及何时使用?

``` In simplified Chinese: ```html LLMs调用工具:如何以及何时使用?

LLMs调用工具:如何以及何时使用?

LLMs(大语言模型)的工具调用:如何以及何时使用?

```

Sure, here's the translated text in simplified Chinese while keeping the HTML structure: ```html

距离OpenAI首次发布其语言模型的函数调用能力已经大约一年了。这一更新使得语言模型不仅可以返回文本,还可以调用预定义的函数,并使用结构化的JSON参数。

``` In this translation: - "OpenAI" is translated as "OpenAI" (no change in name). - "function calling capability" is translated as "函数调用能力". - "language models" is translated as "语言模型". - "text" is translated as "文本". - "structured JSON arguments" is translated as "结构化的JSON参数".

Sure, here's the HTML structure with the translated simplified Chinese text: ```html

这一功能背后的主要动机似乎是支持ChatGPT的插件,这需要一种结构化的方法来调用第三方插件并处理它们的输出。函数调用很可能是一个内部解决方案的产物,随后被发布到公众,构建在插件“应用商店”的概念之上。

``` In simplified Chinese, the text translates to: "这一功能背后的主要动机似乎是支持ChatGPT的插件,这需要一种结构化的方法来调用第三方插件并处理它们的输出。函数调用很可能是一个内部解决方案的产物,随后被发布到公众,构建在插件“应用商店”的概念之上。"
ChatGPT using tools for web browsing and graphs

To translate the provided English text "Modern LLMs respond can respond to input with a combination of text, images, audio, or structured data. This article will discuss tool calling, which is a specific type of structured data response." into simplified Chinese while keeping the HTML structure intact, you can use the following: ```html

现代LLM可以通过文本、图像、音频或结构化数据的组合来响应输入。本文将讨论工具调用,这是一种特定类型的结构化数据响应。

``` In this HTML snippet: - `

` and `

` are used to enclose the translated text, representing a paragraph in HTML. - The Chinese text is inserted directly between the opening and closing paragraph tags. Make sure to save the file with UTF-8 encoding to display Chinese characters correctly on web browsers.

```html

工具调用(最近从“函数调用”改名)已成为快速工程中最强大的工具之一。它利用语言模型本身理解的习语来调用外部动作,使您能够用它理解的概念与AI进行交流。这意味着您不必在提示本身中解释函数和JSON结构。

```

Sure, here's the text "How Tool Calling Works" translated into simplified Chinese while keeping the HTML structure: ```html 如何工具调用工作 ``` In this HTML snippet, the translated text appears in simplified Chinese characters.

Sure, here is the HTML structure with the translated text in simplified Chinese: ```html

在其核心,LLM响应可以是文本、图像、音频,或者随着函数调用的引入,可以是函数调用。函数调用由两个主要组成部分组成:

  • 第一个组成部分:
  • 第二个组成部分:
``` In simplified Chinese: ```html

在其核心,LLM响应可以是文本、图像、音频,或者随着函数调用的引入,可以是函数调用。函数调用由两个主要组成部分组成:

  • 第一个组成部分:
  • 第二个组成部分:
``` This structure ensures the original HTML layout is maintained while the text is translated into simplified Chinese.
  1. Certainly! Here's how you would translate "The function name" to simplified Chinese while keeping the HTML structure intact: ```html 函数名称 ```
  2. Sure, here's how you can translate "A structured set of arguments, typically defined using JSONSchema" into simplified Chinese while keeping the HTML structure intact: ```html 一个结构化的参数集合,通常使用 JSONSchema 定义 ``` In this HTML snippet: - `` indicates that the text inside is in simplified Chinese. - `一个结构化的参数集合,通常使用 JSONSchema 定义` is the translated text. This keeps the HTML structure intact while providing the translation in simplified Chinese.

Sure, here is the translated text in simplified Chinese, while keeping the HTML structure intact: ```html

这些参数随后用于执行指定的函数。这种方法的主要优点在于其简单性……将解析结构化输出的责任转移给诸如OpenAI之类的模型提供者。否则,您将需要一遍又一遍地调整您的提示,直到它能够可靠地返回结构化的输出。

``` In this translation: - "这些参数随后用于执行指定的函数。" corresponds to "These arguments are then used to execute the specified function." - "这种方法的主要优点在于其简单性……" corresponds to "The key benefit of this approach is its simplicity…" - "将解析结构化输出的责任转移给诸如OpenAI之类的模型提供者。" corresponds to "offload the responsibility of parsing the structured output to the model providers like OpenAI." - "否则,您将需要一遍又一遍地调整您的提示,直到它能够可靠地返回结构化的输出。" corresponds to "Otherwise, you would need to tweak your prompt again and again until it can reliably return structured output."

在保持HTML结构的情况下,将以下英文文本翻译为简体中文: 它还使“自我修复”变得简单 — 如果实现正确,LLM可以进行函数调用,读取结果,并在需要时决定重试。

Sure, here's how you could structure the HTML while incorporating the translated text into simplified Chinese: ```html 为什么工具调用很重要

为什么工具调用很重要

在软件开发中,工具调用是至关重要的。它帮助我们提高效率,确保项目按时完成。

``` In this HTML structure: - `` specifies that the language is simplified Chinese. - `` tag contains the translated title: "为什么工具调用很重要". - `<h1>` tag holds the translated heading text: "为什么工具调用很重要". - `</h1> <p>` tag includes a brief statement about why tool calling matters in software development, translated to simplified Chinese.</p> <p>Certainly! Here is the translation in simplified Chinese, while keeping the HTML structure intact: ```html <span>工具调用具有几个关键优势:</span> ```</p> <ol> <li>Certainly! Here's the HTML structure with the translated text: ```html <p> 结构化输出:工具参数始终采用 JSON 格式,您可以在 API 层面使用 JSONSchema 强制执行参数结构。这确保了您的LLM输出始终保持一致的结构。 </p> ``` In simplified Chinese: ``` 结构化输出:工具参数始终采用 JSON 格式,您可以在 API 层面使用 JSONSchema 强制执行参数结构。这确保了您的LLM输出始终保持一致的结构。 ```</li> <li>Sure, here's the HTML structure with the translated text in simplified Chinese: ```html <p> Tokens and Understandability: Tool calling is a concept baked right into the model. There’s no need to waste tokens and energy trying to explain to the model that it should return a specific format. </p> ``` Translated text in simplified Chinese: ```html <p> 令牌和可理解性:工具调用是模型中内建的概念。没有必要浪费令牌和能量试图向模型解释它应该返回特定格式。 </p> ```</li> <li>Certainly! Here's the translated text in simplified Chinese, keeping the HTML structure: ```html <p>模型路由:工具调用提供了一种简便的方法来设置模型路由架构。这可以说是利用具有单一责任的模块化提示构建复杂LLM系统的最可扩展的方法。</p> ``` In this HTML snippet: - `<p>` tags are used to wrap the translated text to maintain structure. - The Chinese text accurately reflects the meaning of the original English text.</p> </li> <li>Certainly! Here's the translated HTML structure with the simplified Chinese text: ```html <p> 提示注入保护:当您在模型级别上严格遵循严格的模式定义时,用户更难以“越狱”模型。 </p> ``` This HTML snippet contains the translated text in simplified Chinese while preserving the HTML structure.</li> </ol> <h1>To translate "Why Not Just Use JSON Mode?" into simplified Chinese while keeping the HTML structure, you can use the following code snippet: ```html <span lang="zh-CN">为什么不直接使用JSON模式?</span> ``` In this code: - `<span lang="zh-CN">` indicates that the text inside is in simplified Chinese. - `为什么不直接使用JSON模式?` is the translation of "Why Not Just Use JSON Mode?"</span> </h1> <p>Certainly! Here's how you can structure the HTML while translating the text to simplified Chinese: ```html </p> <p>OpenAI的JSON模式是一种替代方法,您可以将response_format设置为{"type": "json_object"},并在系统提示中包含“JSON”一词,以强制获取JSON格式的响应。</p> ``` In simplified Chinese: ```html <p>OpenAI的JSON模式是一种替代方法,您可以将response_format设置为{"type": "json_object"},并在系统提示中包含“JSON”一词,以强制获取JSON格式的响应。</p> ``` This HTML structure maintains the original content while presenting it in simplified Chinese.<p>Certainly! Here's the HTML structure with the text translated into simplified Chinese: ```html </p> <p>虽然 JSON 模式比工具调用更灵活,但工具调用提供了一种与人工智能进行结构化交流的“语言”,而 JSON 模式只是对响应格式的一种强制性规定。</p> ``` In this HTML snippet, the translated text is enclosed within `<p>` tags, which are commonly used in HTML to denote paragraphs.</p> <h1>Certainly! Here's the translation of "Real-World Examples" in simplified Chinese, while maintaining the HTML structure: ```html <span lang="zh-CN">现实世界的例子</span> ``` In this HTML snippet: - `<span>` is used to wrap the translated text. - `lang="zh-CN"` attribute specifies the language as simplified Chinese. - The text "现实世界的例子" translates to "Real-World Examples" in English.</span> </h1> <p>Sure, here's the translated text in simplified Chinese, keeping the HTML structure: ```html 为了说明工具调用的强大,让我们通过几个实际例子来演示: ``` This HTML structure ensures the text is formatted correctly for display in web contexts where needed.</p> <h2>Certainly! Here's how you can structure your HTML while including the translated text: ```html </h2> <p>Using RAG Data</p> ``` And in simplified Chinese: ```html <p>使用 RAG 数据</p> ``` This HTML snippet ensures that "Using RAG Data" is displayed in simplified Chinese within a paragraph (`<p>`) element.</p> <p>Certainly! Here's the HTML structure with the translated text in simplified Chinese: ```html </p> <div> <p>假设我们想要利用NASDAQ股票数据的向量数据库构建一个金融顾问。通过函数调用,我们可以定义一个retrieve_data函数,使模型能够访问向量存储。模型可以根据需要选择调用此函数以检索相关数据。</p> </div> ``` In simplified Chinese: ```html <div> <p>假设我们想要利用NASDAQ股票数据的向量数据库构建一个金融顾问。通过函数调用,我们可以定义一个retrieve_data函数,使模型能够访问向量存储。模型可以根据需要选择调用此函数以检索相关数据。</p> </div> ``` This HTML structure maintains the original text while presenting it in simplified Chinese.<p>Sure, here's how you could structure it in HTML and translate it to simplified Chinese: ```html </p> <p>一个简单的方法是使用一个简单的系统提示:</p> ``` In simplified Chinese, it reads: ```html <p>一个简单的方法是使用一个简单的系统提示:</p> ```<pre><span id="43de" class="ra ou gt qh b bf rb rc l rd re">You are an AI stock trader.<br><br>The user just asked the following question: {question}<br><br>You retrieved this data from your internal stock dataset:<br>{data}<br><br>Please answer the user's question</span></pre> <p>Certainly! Here's the translated text in simplified Chinese, while maintaining the HTML structure: ```html </p> <p>虽然这种方法运作得相当不错,但它缺乏组织和清晰度。各个部分没有明确的分隔,提示信息显示为一大块文本。Markdown 虽有帮助,但工具调用提供了更好的解决方案。</p> ```<p>Certainly! Here is the translated text in simplified Chinese, keeping the HTML structure: ```html </p> <p>通过工具调用,我们可以利用模型理解的“习语”:</p> ``` In this HTML snippet: - `<p>` denotes a paragraph tag in HTML. - The Chinese text translates to: "通过工具调用,我们可以利用模型理解的“习语”:" (With tool calling, we can leverage the "idioms" that the model understands:)</p> <ul><li>Certainly! Here's the translated text in simplified Chinese, keeping the HTML structure: ```html <div> 消息:GPT 和 Claude 都是专门训练过的聊天机器人。它们能隐式理解系统消息和用户消息的区别。我们可以通过将问题放在用户消息中,更有效地传达信息和任务。 </div> ``` In this HTML snippet, the translated Chinese text is encapsulated within a `<div>` element, maintaining the HTML structure as requested.<li>Certainly! Here is the HTML structure with the translated text in simplified Chinese: ```html <p>功能/工具调用:这个成语也已经训练到了模型中。我们可以用它让模型访问我们的RAG数据库。模型可以选择调用工具或者不调用,或者我们可以手动使用这些功能调用来请求和检索数据。为了节省代币,我们可以避免将问题传递给retrieve_data函数,并手动将数据注入“功能响应”中。</p> ``` In simplified Chinese characters (简体中文), the translated text is: "功能/工具调用:这个成语也已经训练到了模型中。我们可以用它让模型访问我们的RAG数据库。模型可以选择调用工具或者不调用,或者我们可以手动使用这些功能调用来请求和检索数据。为了节省代币,我们可以避免将问题传递给retrieve_data函数,并手动将数据注入“功能响应”中。"</li> <figure class="od oe of og oh nu oa ob paragraph-image"><div role="button" tabindex="0" class="ok ol fi om bg on"><div class="oa ob oc"><picture><img alt="" class="bg mc oo c" width="700" height="523" loading="lazy" role="presentation" src="/posts/1%24SLAyuAEi_OIiCj75raOT7w.png"></picture></div></div> <figcaption class="op fe oq oa ob or os be b bf z dt">Passing in RAG data with tool calls</figcaption></figure><p>Sure, here's how you can structure the HTML while including the text translated to simplified Chinese: ```html </p> <meta charset="UTF-8"> <title>Translate Text to Simplified Chinese

这是一个简单的函数架构:

``` In this example: - `` specifies the document's language as simplified Chinese. - `

这是一个简单的函数架构:

` translates "Here’s a simple function schema:" into simplified Chinese within a paragraph (`

`) element.

{
"description":"Get data about the NYSE",
"name":"retrieve_data",
"parameters":{"properties":{},"required":[],"type":"object"}
}

Sure, here's the text translated into simplified Chinese while keeping the HTML structure: ```html 构建一个SQL聊天机器人 ``` This HTML structure maintains the text "Building a SQL Chatbot" and translates it into simplified Chinese.

Sure, here's the HTML structure with the translated text in simplified Chinese: ```html

当构建自然语言到SQL的聊天机器人时,我们希望利用LLM的能力来检测和纠正错误。如果没有工具调用,我们将被迫手动解析字符串响应。

``` In simplified Chinese: ``` 当构建自然语言到SQL的聊天机器人时,我们希望利用LLM的能力来检测和纠正错误。如果没有工具调用,我们将被迫手动解析字符串响应。 ```

Certainly! Here's how you can represent that in simplified Chinese within an HTML structure: ```html 例如,LLM 可能会回应类似这样的内容: ``` This HTML snippet maintains the structure while providing the translated text in simplified Chinese.

Sure! Happy to help. Please try the SQL statement below

```sql
SELECT COUNT(*) AS user_count FROM users;
```

This will return the amount of users you have in the users table.

Sure, here's the translated text in simplified Chinese, keeping the HTML structure intact: ```html 这种方法浪费令牌(成本和延迟),我们应该能够直接让它返回 SQL。虽然我们可以编写一个系统提示来实现这一点,但总会存在边缘情况和提示注入的可能性。 ``` This text preserves the meaning of the original English while being translated into simplified Chinese.

Sure, here is the translated text in simplified Chinese while keeping the HTML structure intact: ```html Alternatively, we can define a run_sql() function that takes in the query as a string: ``` In the above snippet: - `run_sql()` is used to indicate that "run_sql()" should be displayed in simplified Chinese. - This maintains the structure of the HTML while incorporating the translation.

Function call builder in PromptLayer

Certainly! Here's the translation of the text into simplified Chinese, while maintaining the HTML structure: ```html

以上我们使用了 PromptLayer 来交互式地创建工具调用模式。使用 PromptLayer 进行提示管理使得迭代和更新变得简单。

``` In this HTML snippet: - `

` indicates a paragraph tag, suitable for enclosing the translated text. - The Chinese text is inserted directly within the `

` tags, maintaining the structure as requested.

Certainly! Here's how you can express "The JSONSchema generated is:" in simplified Chinese within an HTML structure: ```html

生成的JSONSchema是:

``` This HTML snippet will display the translated text in a web context.
{
"description":"Run a SQL query.",
"name":"run_sql",
"parameters": {
"properties": {
"query": {"description":"The SQL query to run.","type":"string"}
},
"required":["query"],
"type":"object"
}
}

Certainly! Here's the translated text in simplified Chinese while keeping the HTML structure intact: ```html 我们可以将 tool_call 设置为自动,这样模型可以自行决定是否运行它。如果生成了无效的查询,它将收到一个错误响应,然后可以通过修正再次尝试 - 而我们这边不需要额外的解析代码。 ``` This HTML snippet now contains the translated text in simplified Chinese.

Sure, here's how you can write "Web Browsing with ChatGPT" in simplified Chinese while keeping the HTML structure intact: ```html Web Browsing with ChatGPT ``` In this HTML snippet: - `ChatGPT` specifies that "ChatGPT" is in simplified Chinese.

```html

ChatGPT 的网页浏览能力是通过一个简单的 web_browser 风格函数实现的。模型可以调用这个函数一次或多次,传入网址,并接收 DOM 结果来指导其最终的响应。所有这些都由底层的工具调用范式驱动。

```

Certainly! Here's the translation of "LLM-Specific Tool Calling Syntax" in simplified Chinese while maintaining HTML structure: ```html LLM专用工具调用语法 ```

Certainly! Here's the translated text in simplified Chinese, keeping the HTML structure intact: ```html

确切的函数调用语法和功能因低语言模型(LLM)提供者而异。以下是关于OpenAI和Anthropic模型函数调用当前状态的快速概述:

``` This HTML snippet contains the translated text in simplified Chinese.

To translate "OpenAI (“Tools”)" into simplified Chinese while keeping the HTML structure intact, you can use the following: ```html OpenAI (“工具”) ``` Here's the breakdown: - `“` and `”` are HTML entities for left and right double quotation marks, respectively. - "工具" is the simplified Chinese translation for "Tools". So, the complete HTML would display as: ```html OpenAI (“工具”) ``` This maintains the structure of the original English text within an HTML context while displaying the translated content in simplified Chinese.

  • Sure, here's how you can translate "Latest and most supported version is now called 'Tools'" into simplified Chinese while keeping the HTML structure intact: ```html 最新和最受支持的版本现在称为“工具” ``` This HTML snippet preserves the text content while ensuring it displays correctly in a web context.
  • Certainly! Here is the HTML structure with the translated text in simplified Chinese: ```html

    更加严格的规定比原来的“功能” — 每个工具调用必须有相匹配的工具响应。工具调用和响应通过一个ID进行匹配,如果ID不匹配,生成过程将会出错。

    ```
  • Certainly! Here's the text translated into simplified Chinese while keeping the HTML structure: ```html 更适合在一个请求中发送多个调用 ```
  • Sure, here's the translation in simplified Chinese while keeping the HTML structure intact: ```html GPT-4更偏好工具而非功能 ``` This HTML snippet preserves the structure and provides the translated text "GPT-4更偏好工具而非功能" in simplified Chinese.
  • Certainly! Here's the HTML structure with the text translated to simplified Chinese: ```html Translate Text to Chinese

    使用JSONSchema指定函数签名

    ``` In this HTML structure: - ``: Specifies the document language as simplified Chinese. - ``: Sets the character encoding to UTF-8 to support Chinese characters. - `

    使用JSONSchema指定函数签名

    `: Translates "Use JSONSchema to specify function signatures" to simplified Chinese and displays it as a main heading (`

    `).

Certainly! Here's how you can write "OpenAI (“Functions”)" in simplified Chinese within an HTML structure: ```html OpenAI功能 ``` This HTML structure uses `` tags to annotate the text. It shows "OpenAI" with the pronunciation guide "功能" (functions) in parentheses.

  • Certainly! Here's how you can translate "Original function calling still supported but deprecated" into simplified Chinese while keeping the HTML structure intact: ```html 原始函数调用仍然受支持但已不推荐使用 ``` In this HTML snippet: - `` specifies that the following text is in simplified Chinese. - `原始函数调用仍然受支持但已不推荐使用` is the translated text, meaning "Original function calling is still supported but deprecated" in English.
  • Certainly! Here's how you can translate "More flexible, won’t error on mismatched calls" to simplified Chinese while keeping the HTML structure: ```html 更加灵活,不会因调用不匹配而出错 ``` In this HTML snippet: - `` indicates that the text inside is in simplified Chinese. - "更加灵活,不会因调用不匹配而出错" is the translated text. This preserves the structure while providing the translation in simplified Chinese.
  • Certainly! Here's the text "Matches functions by name only" translated into simplified Chinese while keeping the HTML structure: ```html 匹配仅按名称匹配的函数 ``` This translation preserves the structure of the HTML while presenting the text in simplified Chinese.
  • Certainly! Here's the HTML structure with the translated text in simplified Chinese: ```html

    使用JSONSchema来指定函数签名

    ``` In simplified Chinese, "Use JSONSchema to specify function signatures" translates to "使用JSONSchema来指定函数签名".

To translate "Anthropic" into simplified Chinese while keeping the HTML structure intact, you would use the following: ```html 人类学的 ``` In this HTML snippet: - `` is used to denote a section of text. - `lang="zh"` specifies the language of the text as Chinese. - `"人类学的"` is the simplified Chinese translation of "Anthropic", which means "relating to anthropism" or "pertaining to humans" in a broader sense. This code snippet will display "人类学的" in the browser, which is the simplified Chinese translation of "Anthropic".

  • To translate "Similar JSONSchema-based function calling as OpenAI" into simplified Chinese and keep the HTML structure, you can use the following: ```html 类似于 OpenAI 的基于 JSONSchema 的函数调用 ``` This HTML snippet retains the original structure while incorporating the translated text in simplified Chinese.
  • Certainly! Here's how you can represent "Some differences in keyword arguments" in simplified Chinese, while keeping the HTML structure intact: ```html 关键字参数的一些差异 ```
  • Sure, here's the text translated to simplified Chinese while maintaining HTML structure: ```html 查看Anthropic的函数调用文档以获取最新详情 ``` This translation keeps the same structure but provides the text in simplified Chinese characters.

Sure, here's the translated text in simplified Chinese, maintaining the HTML structure: ```html

PromptLayer 的提示 CMS 以一种与模型无关的格式存储功能定义,可以轻松地在 OpenAI 模型和 Anthropic 模型中运行。

``` This HTML snippet contains the translated text: - "PromptLayer 的提示 CMS" translates "PromptLayer’s prompt CMS". - "以一种与模型无关的格式存储功能定义" translates "stores function definitions in a model-agnostic format". - "可以轻松地在 OpenAI 模型和 Anthropic 模型中运行" translates "that can easily by run with both OpenAI models and Anthropic models".

Certainly! Here is the text "Pydantic Structured Output" translated into simplified Chinese within an HTML structure: ```html Pydantic 结构化输出 ```

Certainly! Here's the HTML structure with the translated text in simplified Chinese: ```html

对于那些有兴趣自行实现函数调用的人,请查看开源的Instructor库。它通过提示和Pydantic验证处理函数调用,使得您可以轻松入门,而不会被限制在特定的LLM提供商上。

``` In the HTML structure: - `

` denotes a paragraph tag, commonly used for text content. - The Chinese text inside `

` is the translation of "For those interested in implementing function calling themselves, check out the open-source Instructor library. It handles function calling through prompting and Pydantic validation, making it easy to get started without being locked into a particular LLM provider."

Sure, here's how you can structure your HTML to display the translated text in simplified Chinese: ```html

Translate Text to Chinese

我希望这篇文章能帮助解释LLM函数调用是什么,为什么它如此强大,以及如何在您自己的项目中开始利用它。这绝对是我最喜欢的提示工程快捷方式之一。

``` In this HTML structure: - The text is placed within a `

` (paragraph) tag for proper semantic structure. - The meta tags ensure proper character encoding and viewport settings. - Replace `"en"` in `` with `"zh"` for indicating the page is in Chinese, though the content itself is translated.

Sure, here's how you could translate the English text into simplified Chinese while keeping the HTML structure intact: ```html

PromptLayer 是最受欢迎的平台,用于提示工程、管理和评估。团队使用 PromptLayer 构建具有领域知识的 AI 应用。

``` In this translation: - "PromptLayer" is left as is, assuming it's a proper noun that remains unchanged. - The sentence structure and meaning are preserved while converting to simplified Chinese characters.

Sure, here is the HTML structure with the translated text in simplified Chinese: ```html Made in NYC 🗽 免费注册 🍰 ``` In this HTML snippet: - "Made in NYC 🗽" remains in English. - "Sign up for free at www.promptlayer.com" is translated to "免费注册" which means "free sign-up" in Chinese. - "🍰" remains as is, since emojis are universal in their depiction.

2024-07-24 04:21:42 AI中文站翻译自原文

泄露的基准测试数据:Meta的Llama 3.1 准备在人工智能对决中超越GPT-4o!

ChatGPT中国站

利用人工智能辅助作为软件开发人员

ChatGPT中国站

Sure, here is the translation of "AI: CrowdStrike Lessons for AI. RTZ #424" into simplified Chinese: AI:CrowdStrike 对人工智能的教训。RTZ #424

ChatGPT中国站

Sure, here's the translation of the text "RAG Frameworks Explored: LlamaIndex vs. LangChain for Next-Gen LLMs" into simplified Chinese: **RAG框架探讨:LlamaIndex与LangChain在下一代LLM中的应用对比**

ChatGPT中国站

数据清洗使用 Pandas 和 ChatGPT — 无指导项目 第1部分

ChatGPT中国站

人工智能秀 — 不仅观看,而是表演!

ChatGPT中国站

ChatGPT 是如何训练的:窥探 AI 幕后 🧠✨

ChatGPT中国站

ChatGPT招聘提示:优化人才招聘

ChatGPT中国站

Sure, here's the translation of "F*ck ChatGPT 8 Better Tools Than ChatGPT" into simplified Chinese: "去你的 ChatGPT,比 ChatGPT 更好的 8 个工具"

ChatGPT中国站

克劳德 3.5 对比 ChatGPT 在 Flutter 开发中:全面比较

ChatGPT中国站