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

end point is not latest #91

Closed
FuseFairy opened this issue Jan 14, 2024 · 13 comments
Closed

end point is not latest #91

FuseFairy opened this issue Jan 14, 2024 · 13 comments

Comments

@FuseFairy
Copy link

Does it work with the latest endpoints? Because there is a gap between the current and the web version of the answer.

@JE-Chen
Copy link
Member

JE-Chen commented Jan 14, 2024

Checking

@JE-Chen
Copy link
Member

JE-Chen commented Jan 14, 2024

image
image

Idk why, but even constant is newest Bing reply same answer, when use ReEdgeGPT

image
image

@FuseFairy
Copy link
Author

FuseFairy commented Jan 14, 2024

So strange, but I get the same response from this repo as I do from the web page, maybe you could look into it.
https://github.com/vsakkas/sydney.py

@JE-Chen
Copy link
Member

JE-Chen commented Jan 14, 2024

If have more word Bing will generate diff response, I still dk why

@JE-Chen
Copy link
Member

JE-Chen commented Jan 15, 2024

Look like it's AI model's problem, everything on code is newest.

@pixkk
Copy link
Contributor

pixkk commented Jan 23, 2024

i have same problem.

In web page answers better, than in re-edge-gpt.

@JE-Chen
Copy link
Member

JE-Chen commented Jan 24, 2024

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
        )

image

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
        )

@pixkk
Copy link
Contributor

pixkk commented Jan 24, 2024

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.

@JE-Chen
Copy link
Member

JE-Chen commented Jan 24, 2024

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.

  • Yes simplify_response just display in convenient json.

@JE-Chen JE-Chen mentioned this issue Jan 24, 2024
2 tasks
@pixkk
Copy link
Contributor

pixkk commented Jan 24, 2024

i`m tested my prompts. I'm guessing it gives "Balanced" style responses regardless of the fact that I specified conversation_style=ConversationStyle.precise.

@pixkk
Copy link
Contributor

pixkk commented Jan 25, 2024

@JE-Chen
Maybe i found problem - in file https://github.com/Integration-Automation/ReEdgeGPT/blob/main/re_edge_gpt/request.py

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):
image

@JE-Chen
Copy link
Member

JE-Chen commented Jan 25, 2024

Thx, do u wan to open PR fix this problem?

@pixkk
Copy link
Contributor

pixkk commented Jan 25, 2024

Thx, do u wan to open PR fix this problem?

yes, i`m doing update :)

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