LATEST TRANSMISSIONS

ENCRYPTED // PUBLIC KEY DETECTED

FILTER: TAG [GPT]
ONLINE
// Z.SHINCHVEN

Major LLMs Pricing Comparison

A comparison of the pricing of major large language models (LLMs) from OpenAI, Google, and Anthropic.

// Z.SHINCHVEN

OpenAI Translator Prompts

A GPT tool for language and text tasks.

// Z.SHINCHVEN

git-gpt

A GPT-based cli tool to help me manage my git repositories, specifically to help me write better commit messages.

// Z.SHINCHVEN

JavaScript OpenAI Client Notes

OpenAI offers a variety of APIs for natural language processing. Here are some notes on the JavaScript client for my own quick reference. Installation npm install openai Usage import OpenAI from "open…

// Z.SHINCHVEN

Azure OpenAI Service GPT Model Pricing

As of 2021-08-16, the pricing for the GPT models is as follows: Model Name Prompts Completion GPT-3.5-turbo 0.0015 0.002 GPT-3.5-turbo-16K 0.003 0.004 GPT-4 0.03 0.06 GPT-4-32K 0.06 0.12 …

// Z.SHINCHVEN

OpenAI/ChatGPT 客户端报错:You exceeded your current quota, please check your plan and billing details.

您已超出当前配额,请检查您的计划和账单详情。

// Z.SHINCHVEN

在 openai-translator 中配置 Azure OpenAI Service 的 API

openai-translator是一个很好用基于 GPT 浏览器翻译插件(也是桌面客户端),它可以用来翻译文本、润色语句、解释语法等。 它在支持 OpenAI 的 API的同时,也支持 Azure OpenAI Service。但是,它的 Azure OpenAI Service 的配置界面有点让人迷惑,这里记录一下如何配置。 const API_URL = `https://${resourc…

// Z.SHINCHVEN

Azure OpenAI Service 注册申请与配置心得

Microsoft 的 Azure 上已经推出 Azure OpenAI Service 试用,在 申请 到测试资格以后便可以部署私有的 OpenAI GPT-3.5 模型 API。同时还可以 申请 GPT-4 模型 的试用资格。 💡 更新:GPT-4 模型已经不需要额外申请 当你开通 Azure OpenAI Service 以后会同时开通 GPT-4,但是根据旧申请表上的信息,新注册的用户…