Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

chore(Bing): update turbo availability in Readme #10

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

Richard-Weiss
Copy link
Owner

This PR resolves #6.
At the current time GPT-4 Turbo is only available with the Copilot Pro subscription.
Passing the model version without the subscription will lead to the system using the default model anyway.

@Richard-Weiss Richard-Weiss merged commit abdbc4f into main Jan 21, 2024
1 check passed
@Richard-Weiss Richard-Weiss deleted the 6_turbo-pro-only branch January 21, 2024 18:36
@PeronGH
Copy link

PeronGH commented Jan 21, 2024

Sorry, I provided some misinformation before. Actually, those options related to GPT-4 Turbo are deprecated. And I was tricked by a specific implementation of SydneyQt, where we use MessageType=SearchQuery to double the daily quota. But it also caused GPT-4 Turbo not being used even for Copilot Pro users.

For Copilot Pro users, to decide whether GPT-4 Turbo is used, we specify tone. Creative means GPT-4 Turbo and CreativeClassic stands for GPT-4.

I've uploaded the parameters used to create conversations:

https://student.csc.liv.ac.uk/~sgzyan33/PrivateBin/?e57d60a16e4353e7#4F8NV2vzqFZANpneumcf8mXcy3bzhZCUjLTZ5TwzFKUo

https://student.csc.liv.ac.uk/~sgzyan33/PrivateBin/?41000323755a3e5c#HLtwT3rXDkmS71f5djqEJdHuQMYHrApxPmhBunW7xLdg

@Richard-Weiss
Copy link
Owner Author

@PeronGH
No offense, but that doesn't sound right.
For example in vanilla Bing tone is set to Creative and I'm pretty sure it's not Turbo from my experience and other reports how Turbo behaves.
Also capabilities are almost always managed by the optionSet, including the persona, toneStyle like creative, balanced, precise and other capabilities.
I'll just leave the Readme like that until Custom GPTs drop so I'll try Copilot Pro and reproduce having Turbo on a paid and free account.

@PeronGH
Copy link

PeronGH commented Jan 22, 2024

For example in vanilla Bing tone is set to Creative and I'm pretty sure it's not Turbo from my experience and other reports how Turbo behaves.

This is due to the type of account. For paid customers, Creative corresponds to GPT-4 Turbo, while CreativeClassic indicates GPT-4.

I've tested this on both paid and free accounts. I found that setting the tone to Creative is the only requirement to enable GPT-4 Turbo for Copilot Pro users. However, this does not enable GPT-4 Turbo for free users.

@Richard-Weiss
Copy link
Owner Author

@PeronGH
How do you differentiate between GPT-4 and GPT-4 Turbo?
I mean how are you certain it's either one?

@PeronGH
Copy link

PeronGH commented Jan 22, 2024

@PeronGH How do you differentiate between GPT-4 and GPT-4 Turbo? I mean how are you certain it's either one?

I tested it by asking what the Bun runtime is and which programming language was used to develop it. If it correctly identifies that Bun is a JavaScript runtime written in Zig, then I conclude it's GPT-4 Turbo.

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

Successfully merging this pull request may close these issues.

GPT-4 Turbo No longer works .
2 participants