Ian Bishop

Results 3 comments of Ian Bishop

You can also use [`lein-tools-deps`](https://github.com/RickMoynihan/lein-tools-deps) and `lein uberjar` to build your jar. We wanted to produce an aot'd jar which was not possible with Capsule. This allows you to keep...

Also saw this today: ``` APIStatusError: gemini llm: client error (status_code=400, request_id=98bc7c3dfc10, body={ "error": { "code": 400, "message": "Manually set deadline 5s is too short. Minimum allowed deadline is 10s.",...

Was able to get around it via ``` google.LLM( temperature=0.35, model="gemini-2.0-flash-001", tool_choice="auto", http_options=google_types.HttpOptions( timeout=10000 ), # temp fix until default is updated in livekit ), ``` This seems like it's...