Adam Azzam

Results 35 comments of Adam Azzam
trafficstars

Hey! That’s my bad - I think this was addressed in a recent minor release (1.5.2) but I didn’t do you the courtesy of tagging this issue or closing it....

hey @dirkjbreeuwer, good catch. We have an import error telling people to install pydantic-settings, but because of some boneheadedness that message isn't showing up and it just looks like a...

Yep! Just pip install pydantic-basesetting On Wed, Oct 4, 2023 at 10:26 AM Delon ***@***.***> wrote: > is there currently a workaround? > > — > Reply to this email...

Hey @jedihugo, should be simple enough for us to fix. That layer wraps the OpenAI SDK so we should be able to enable passing those kwargs down.

This was implemented in Marvin 0.X. Moving forward we'll support any bring-your-own-model, with OpenAI as a first class citizen.

Hey @derekschrock! To get some more context: do you find the streaming response as a negative, or just the streaming response's adverse effect on the UI re: jittering/scrolling? There are...

See [community](https://docs.prefect.io/latest/community/) where we'll maintain this manifest in general. If there are ways to improve that page, genuine invitation to contribute an issue to clarify which medium is best. Thanks...

This is addressed in Prefect 3, where sync_compatible allows a force_sync keyword. Thanks!

@zanieb's comment still stands here. Though, having a future hint as `Union[PrefectFuture[T], T]]` I fear would just be pushing around where you see typing errors. In Prefect 3 we explicitly...

Unit tests are passing, and the prefect-kubernetes tests are failing b/c the changes in https://github.com/PrefectHQ/prefect/pull/14154 haven't been merged in. no clue about the cloud compat test