nth@1.1.0
The nth package simply takes a number and returns the same number with the appropriate placing string. For example the number 1 becomes 1st, and the number 2 becomes 2nd.
Apache-2.0
2020-01-06
安装 (1.1.0)
npm install nth@1.1.0
yarn add nth@1.1.0
pnpm add nth@1.1.0
bun add nth@1.1.0
版本列表
相关教程
Anthropic Function Calling 工具调用
Anthropic 的 Claude 模型支持工具调用功能。定义 JSON Schema 指定工具 Claude 会返回工具调用请求。本文构建调用天气 API 的 Agent。
LiteLLM 统一 LLM API 调用
LiteLLM 用同一接口调用 OpenAI/Anthropic/Gemini 等模型。成本跟踪和模型路由。可以作为代理转发。本文用 LiteLLM 做模型降级备用方案。
Claude 模型实战:Anthropic 的安全对话助手
学习 Anthropic 的 Claude 模型,掌握其 API 使用、超长上下文能力和宪法 AI 训练带来的独特安全特性。