anthony2261

Results 12 comments of anthony2261

@rohitt-gupta you'll need to install python 3.11 on your Windows machine, at time of writing [3.11.9](https://www.python.org/downloads/release/python-3119/) is the most recent patch version. Then, you'll need to tell poetry to use...

Not exactly working actually, can't click on X

Yeah I like the way it looks, how about both on the settings page and in the chat?

Should we do it when we press run or when we save? I think both options are valid, but it might make more sense to come back to a conversation...

@RamiAwar coming back to this, should we just save the run results when we click "Run"? Keen on closing this

Mmmm we could add the fix there, but your local changes aren't pushed yet. I think it's best to work on this fix only after your branch is merged

Just bumped into this. Would be great to have!

Trying to use `logfire.instrument_google_genai()` in my code, but when I try to make an api call, I get this error ```bash response = await client.aio.models.generate_content( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/.venv/lib/python3.11/site-packages/opentelemetry/instrumentation/google_genai/generate_content.py", line 680,...

Thanks @alexmojaki. Your code snippet worked for me, but not my code, so here's something reproducible you can try: ```python import asyncio import os import logfire from google.genai import Client,...