Samuel Colvin
Samuel Colvin
weird, not sure what's going on, I ran your code, and it worked first time. I ran it directly as a script, and it worked fine: ```py from enum import...
Thanks, yup I'll look into it.
@sydney-runkle we should add `strict` to model settings.
Happy to accept a pr to add support for mistral. If they have an openai compatible API, it should be pretty simple. Out of interest, why do you want mistral?...
yup, let's add a note to the docs.
Closing this as I think it needs more thought, I'm also not convinced that changing the order is the best solution here - maybe an error is more correct?
Let's get #1430 fixed first.
Ye, I've seen the same thing, I agree it's annoying. It's fine to put arbitrary data in resource attributes, but we would need to extract them and presumably put that...
Humm, we've seen something similar before with render.com, but never found the source. This is almost certainly not an issue with our backend, but instead with the container environment or...
as mentioned in #3767, personally I think logging should be accomplished by a simple coroutine, not classes no other options, just: ```py async def request_logger(request, response, start_time): ... ``` If...