Chanzhaoyu / chatgpt-web

用 Express 和 Vue3 搭建的 ChatGPT 演示网页
MIT License
31.55k stars 11.21k forks source link

openai o1 model #2115

Closed BertramRay closed 1 month ago

BertramRay commented 2 months ago
  1. 不支持system message
  2. 不支持流式传输
  3. max_tokens 参数名改为 max_completion_tokens
  4. 不支持"temperature", "top_p", "frequency_penalty", "presence_penalty"

想问一下开发者们,后续考虑合入o1相关的代码吗

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 10 days with no activity.

PeterDaveHello commented 1 month ago

Some of them are just beta limitations ;)

https://platform.openai.com/docs/guides/reasoning/beta-limitations

Other: temperature, top_p and n are fixed at 1, while presence_penalty and frequency_penalty are fixed at 0.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 10 days with no activity.

PeterDaveHello commented 1 month ago

@Chanzhaoyu would you like to accept a pull request for it?

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 10 days with no activity.

github-actions[bot] commented 1 month ago

This issue was closed because it has been inactive for 2 days since being marked as stale.