Megasoft (@zhong_little) 在 玩玩智谱快过期的资源包 中发帖
以下教程参考佬友:
【准备工作】至少拥有一个有 Cogview 文生图模型权限的 glm api key
与前述佬友教程同理,首先打开 nextchat ,创建插件,以下是 Cogview 模型的 openapi schema 描述文件:
openapi: 3.0.3
info:
title: GlmCogviewImagen
version: 1.0.0
description: API for generating images using the CogView-3-Plus model.
servers:
- url: https://open.bigmodel.cn/api/paas/v4
paths:
/images/generations:
post:
summary: Generate an image
descr...