Dustin Rush

Results 20 comments of Dustin Rush

I have the same question. Also on an iPhone 13 Pro, although I am using Expo.

Aha! I see the Camera component has `enableDepthData`.

I had the same issue where production had the images in the grid stacked on top of each other when local looked as expected. Was able to solve it by...

@albseb511 what else did you have to do to get this to work? I'm running the default ComfyUI locally with the Save Image (Websocket) node at the end of my...

Yeah this would be a great feature!

@kojiromike it's in `from instructor.exceptions import InstructorRetryException`

The system prompt I mentioned is added to the array of messages before your "You are a world class extractor..." message. So there are two system prompts with your example...

I see. Will /input, /output, and /models all be linked if I cloud sync from AWS to /workspace/storage?

@jxnl i'm finally getting back to this. any guidance on where I should define these types? we already have a dependency on openai types for CompletionUsage, but if we don't...

@jxnl after some more explorations and thinking about how I would want this to work for retries I've come up with a `UnifiedUsage` class and this additional `create_with_completion` argument `with_usage`...