Jack Collins

Results 67 comments of Jack Collins

I am also trying to use GP3 volume type. It looks like the AWS CLI / API doesn't support GP3 for ElasticSearch yet. The `--ebs-options` flag for the `aws es...

I would also like to set the `previous_tag_name` parameter when creating the github release notes. It looks like this is only an option when creating the release notes independently of...

I think this was resolved in `v1.35.34+` by PR https://github.com/BerriAI/litellm/pull/1526 as discussed in related issue https://github.com/BerriAI/litellm/issues/3333 . Requires using the `ollama_chat/` prefix in place of `ollama/`. Streaming responses remain broken.

I encountered this issue today with id `bv_att_3EZldmK`. Django admin had error ``` ... with ID “bv_att>ZldmK” doesn’t exist. Perhaps it was deleted? ```

Would it be possible for `logfire-noop` to have the same effect as instrumenting with `opentelemetry-api`? So that packages instrumented this way become compatible with _both_ opentelemetry and logfire. I would...

I think this issue can be closed now with the creation of `logfire-api` which works great! I was able to use it for https://github.com/jackmpcollins/magentic/pull/265 https://github.com/pydantic/logfire/pull/268 https://docs.pydantic.dev/logfire/integrations/third_party/

Some tips on dealing with StructuredOutputError from https://magentic.dev/structured-outputs/#json-schema > If a StructuredOutputError is raised often, this indicates that the LLM is failing to match the schema. The traceback for these...

Hi @Lawouach Do you mean surfacing the [usage data from openai API responses](https://help.openai.com/en/articles/6614209-how-do-i-check-my-token-usage)? This looks like ``` "usage": { "prompt_tokens": 5, "completion_tokens": 5, "total_tokens": 10 } ``` Since prompt-functions return...

API stats are not being returned by the OpenAI API when streaming responses (which magentic does for all responses under the hood). Javascript package issue comment suggests this is coming...

Corresponding openai python client issue is https://github.com/openai/openai-python/issues/1053