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

增加 gpt-3.5-turbo-instruct 模型 #545

Closed
5 tasks done
c121914yu opened this issue Sep 20, 2023 · 4 comments
Closed
5 tasks done

增加 gpt-3.5-turbo-instruct 模型 #545

c121914yu opened this issue Sep 20, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@c121914yu
Copy link
Collaborator

例行检查

  • 我已确认目前没有类似 issue
  • 我已确认我已升级到最新版本
  • 我已完整查看过项目 README,已确定现有版本无法满足需求
  • 我理解并愿意跟进此 issue,协助测试和提供反馈
  • 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭

功能描述

应用场景

@c121914yu c121914yu added the enhancement New feature or request label Sep 20, 2023
@mmw1984
Copy link

mmw1984 commented Sep 21, 2023

嗯嗯,我會提pr

@songquanpeng
Copy link
Owner

已经支持,但是
UL(6MCND1Z`WI8_SZV53A

@songquanpeng
Copy link
Owner

可能和我的 key 有关系吧

@bfgngfnfgmnggn
Copy link

bfgngfnfgmnggn commented Sep 24, 2023

可能和我的关键有关系吧

普通chatgpt3.5也能用这个模型,跟key没关系

目前这个项目用这个模型报错

curl https://api.openai.com/v1/completions
-H "Content-Type: application/json"
-H "Authorization: Bearer $OPENAI_API_KEY"
-d '{
"model": "gpt-3.5-turbo-instruct",
"prompt": "Say this is a test",
"max_tokens": 7,
"temperature": 0
}'

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

No branches or pull requests

4 participants