Roman Lutz

Results 458 comments of Roman Lutz

FYI https://github.com/KutalVolkan/ai_recruiter/pull/1

Fantastic! Taking another look now. I'll look into any issues from pre-commit if they remain. I suppose it is probabilistic, right? 😆 Sidenote: I wonder if there will ever be...

Many scorers rely on getting JSON-formatted responses. Removing the curly braces would break that behavior. Isn't the response from a reasoning model also going to be text? In what way...

Do you want to rename the class to something more generic then? UTF8SmugglerConverter? 😆

I'm seeing odd test errors related to the boto3 import. Stared at it for 10 minutes and can't quite make sense of it. Probably easier to repro if you have...

Related: lots of cloud providers like Azure, Google, and other local model providers like ollama use openai compatible APIs so we don't need anything custom. Looks like AWS is a...

> @romanlutz alright I fixed the one error which was invalid value for converted_value_data_type in `test_validate_request_invalid_data_type()`. > > The other error is being caused by `test_send_prompt_async()` and `test_complete_chat_async()` not seeing...

> @romanlutz finally had some time to look at this; I think I found the solution in add_image_to_video_converter.py. I just moved the boto3 import to within the complete_chat_async method; this...

Sadly, still stuck on AWS sign-up because I'm not going to give them my phone number (nothing to do with AWS, but it's a company account so it shouldn't be...

@kmarsh77 FYI I've started looking into this. Got an account now. The main problem for me right now is that it's not working with key-based auth (in addition to identity-based...