Alvin Wang

Results 14 comments of Alvin Wang

One solution to this is to use positive lookaheads to not match the space after each URL. (i.e. noProtocolUrl = /(^|["'(\s]|<)(www..+?..+?)((?:[:?]|.+)?(?=**(?:\s|$)|>|[)"',]))**/g,)

Hi there! This repo is for evaluating trained models, so closing as it's a feature request which isn't relevant to this repo.

Currently our API doesn't support vision, but if it does we'll definitely add support for that to this framework!

Could you resolve the merge conflicts?

In general, feel free to open a PR for any issues you see in the repo. Thanks!

Change looks good. Could you resolve the merge conflicts?

Closing for now since it seems your issue was resolved. Please reopen if it happens again.

As mentioned by @jonathanagustin, our models tend to hallucinate facts and this case was most likely an instance of hallucination. However, it may be possible (though the issue you noticed...

Fixed in https://github.com/openai/evals/pull/1113

As mentioned by @zxhmike, pip install should fix it. You can also use `pip install -e .` to install in editable so that you don't need to rerun pip install...