Skip to content

haoxiang6436/coze-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

说明

我的token被刷欠费了,建议使用自己的id(coze有免费额度)😭😭😭

指南

1、模型id在哪?(详细的)

  1. 进入coze官网创建一个自己的bot
    image
  2. 起一个好听的名字然后点击Confirm下一步
  3. 可以切换一个要使用的模型
    image
  4. 点击Publish发布
    image
  5. 确认之后,必须勾选WebSDK
    image
  6. 最后点击发布按钮
  7. 复制地址栏中的19位BotId进行使用
    image

2、导入的json格式

[
  {
      "model_id": "0000000000000000000",
      "model_name": "ChatGPT-4o"
  },
  {
      "model_id": "0000000000000000000",
      "model_name": "Gemini 1.5 Flash"
  },
  {
      "model_id": "0000000000000000000",
      "model_name": "Gemini 1.5 Pro"
  },
  {
      "model_id": "0000000000000000000",
      "model_name": "Midjourney"
  }
]

About

基于海外豆包cozeWebSDK的AI模型集

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published