Mark Witt
Mark Witt
Fixed it myself :) if anyone has the same problem you need to install the 2018 version of cuda https://developer.nvidia.com/cuda-10.0-download-archive
Hello there, just checking if there's any updates :)
@aehlke That's great, thanks for letting me know! Did you find a working example of it on macOS?
Is it performant enough to just use it as a disabled input component?
Any quickfix how to make this not error for specific parts of code (for example providing `name` param to LLM call?
@hassiebp using langfuse.openai ```python await openai_client.chat.completions.create( model="gpt-4o-mini", messages=[{"role": "user", "content": "Hello, world!"}], name="test_openai_client", ) ``` When i add the `name` property pyright complains `No overloads for "create" match the provided...
Does it work on Android simulator?
A very similar issue happens to me too.
Any update on this? would be great to have a native integration that sets all logs for langfuse, without having to install anything