-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
end point is not latest #91
Comments
Checking |
So strange, but I get the same response from this repo as I do from the web page, maybe you could look into it. |
If have more word Bing will generate diff response, I still dk why |
Look like it's AI model's problem, everything on code is newest. |
i have same problem. In web page answers better, than in re-edge-gpt. |
U can see what version of Bing current using when simplify_response=False response = await bot.ask(
prompt="Beef wellington recipe",
conversation_style=ConversationStyle.balanced,
simplify_response=False
) And u can use search_result=True to make answer better (maybe) response = await bot.ask(
prompt="Beef wellington recipe",
conversation_style=ConversationStyle.balanced,
simplify_response=True,
search_result=True
) |
I just wanted to clarify what “simplify_response” means, since I couldn’t find any explanation in the documentation. Does it just display in convenient json? Okay, I'll try to see the results. |
|
i`m tested my prompts. I'm guessing it gives "Balanced" style responses regardless of the fact that I specified conversation_style=ConversationStyle.precise. |
@JE-Chen self.struct = {
"arguments": [
{
"source": "cib",
"optionsSets": [ If i change optionsSets to actual precise, it works fine (answers from browser and re-edge-gpt are same): |
Thx, do u wan to open PR fix this problem? |
yes, i`m doing update :) |
Does it work with the latest endpoints? Because there is a gap between the current and the web version of the answer.
The text was updated successfully, but these errors were encountered: