Antonio Molner Domenech
Antonio Molner Domenech
I have the same problem. Did someone figure it out?
@djhoese I forgot to write the comment, my bad. This post explains the changes I made, please take a look: https://iscinumpy.gitlab.io/post/omp-on-high-sierra/ https://stackoverflow.com/a/60564952
You're right, it forces you to install the package with Clang. Although, as far as I can tell clang is the de-facto compiler for OSX. As you said, we can...
I'll have to dig into the python C extensions system, I'm not sure if we can rely on an extension to do that, but if that works it'd be great....
Same issue here. It seems if a target uses a built-in arg and uses --pass-args to invoke other targets, the issue is raised.
I want todo this task.
Structlog supports custom preprocessors, so it is not hard to implement a custom one. This is an example: ```python import os import sys from axiom import Client from structlog import...
I haven't found any info about if OpenAI supporting `oneOf`, they do mention they support `anyOf`, but I agree that `oneOf` should be right type, (doesn't make any sense for...
For example, the OpenAPI SDK has the following unit tests: https://github.com/openai/openai-python/blob/aeaed488352274a9ca86c834eeb618d732989518/tests/lib/test_pydantic.py#L65 no references to oneOf unfortunately. More info: https://community.openai.com/t/official-documentation-for-supported-schemas-for-response-format-parameter-in-calls-to-client-beta-chats-completions-parse/932422/4
@samchon That sounds great! I think the LLM-specific separation makes a lot of sense. I'll send a PR for `additionalProperties` by EOW (probably during the weekend).