Giter Site home page Giter Site logo

llm-humaneval-benchmarks's People

Contributors

my-other-github-account avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

llm-humaneval-benchmarks's Issues

Authentication failed when trying to benchmark Bing Chat

Hello,

I'm trying to do some benchmarks for Bing Chat and receive this error:

BingChat|DEBUG   |2023-07-24T08:29:17+0000|Importing cookies from: bing_cookies_1.json

DEBUG:BingChat:Importing cookies from: bing_cookies_1.json


---------------------------------------------------------------------------

JSONDecodeError                           Traceback (most recent call last)

[/usr/local/lib/python3.10/dist-packages/EdgeGPT/conversation.py](https://localhost:8080/#) in create(proxy, cookies)
    113         try:
--> 114             self.struct = response.json()
    115         except (json.decoder.JSONDecodeError, NotAllowedToAccess) as exc:

14 frames

JSONDecodeError: Expecting value: line 1 column 1 (char 0)


The above exception was the direct cause of the following exception:

Exception                                 Traceback (most recent call last)

[/usr/local/lib/python3.10/dist-packages/EdgeGPT/conversation.py](https://localhost:8080/#) in create(proxy, cookies)
    115         except (json.decoder.JSONDecodeError, NotAllowedToAccess) as exc:
    116             print(response.text)
--> 117             raise Exception(
    118                 "Authentication failed. You have not been accepted into the beta.",
    119             ) from exc

Exception: Authentication failed. You have not been accepted into the beta.

I've provided cookies, which do work when I run locally underlying EdgeGPT.
Please, pay attention that Query requires cookie_files not cookie_file in a new version of EdgeGPT:

answer = Query(
              prompt,
              style="precise",  # or: 'balanced', 'precise'
              # cookie_file="bing_cookies_*.json"
              cookie_files="/content/bing_cookies_1.json"
            )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.