Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为什么 API 不支持生成 PPT文件,在网页版的kimi 是可以直接生成PPT文件的 #45

Open
geekyouth opened this issue Jan 5, 2025 · 0 comments

Comments

@geekyouth
Copy link

#请求报文

POST /v1/chat/completions HTTP/1.1
Host: api.moonshot.cn
User-Agent: Apifox/1.0.0 (https://apifox.com)
Content-Type: application/json
Authorization: Bearer ***
Accept: */*
Host: api.moonshot.cn
Connection: keep-alive
Cookie: ***
Content-Length: 315

{
    "model": "moonshot-v1-8k",
    "messages": [
        {
            "role": "system",
            "content": "你是 Kimi,由 Moonshot AI 提供的人工智能助手,你更擅长中文和英文的对话。"
        },
        {
            "role": "user",
            "content": "@ppt助手,请帮我输出一份内容完善、主题美观的PPT文件,标题为***立项汇报"
        }
    ]
}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant