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 key为什么和正版gpt3.5-turbo回答不一致呢 #329

Open
yishuijianghu opened this issue Nov 27, 2024 · 6 comments
Open

Comments

@yishuijianghu
Copy link

免费的API key为什么和正版gpt3.5-turbo回答不一致呢

同样一个问题,正版的回答和这个差距好大

@ynpl
Copy link

ynpl commented Nov 28, 2024

16f945da6aa99e0a84a5ed026da2f798

@ynpl
Copy link

ynpl commented Nov 28, 2024

你别用官网的聊天和api对比, 你得用api和api对比

@yishuijianghu
Copy link
Author

我用过官网的api,但是确实不一样哈,这是为啥呢

@ynpl
Copy link

ynpl commented Nov 28, 2024

哪里不同, 你把调用发出来啊......

@ynpl
Copy link

ynpl commented Nov 28, 2024

测试一个api的真假 你可以使用tools假的用不了的 如:
{
"stream":false,
"model":"gpt-3.5-turbo",
"messages": [
{
"role": "user",
"content": "What''s the weather like in Boston today?"
}
],
"tools": [
{
"type": "function",
"function": {
"name": "get_current_weather",
"description": "Get the current weather in a given location",
"parameters": {
"type": "object",
"properties": {
"location": {
"type": "string",
"description": "The city and state, e.g. San Francisco, CA"
},
"unit": {
"type": "string",
"enum": ["celsius", "fahrenheit"]
}
},
"required": ["location"]
}
}
}
],
"tool_choice": "auto"
}

@chatanywhere
Copy link
Owner

大模型回答本就有不确定性,每次回答本就不可能完全相同,另外你使用的模型版本也可能不同,导致内容不同。

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

3 participants