-
### Feature Description
Trying to adopt example to pretty print json
```
#!/usr/bin/env python3
from elevenlabs.client import ElevenLabs
import json
client = ElevenLabs(
# api_key="YOUR_…
-
### System Info
Hi all,
I am running a custom transformer (llava-style) based on Llama2 using PEFT, QLORA and FSDP.
It is runnable, but I get a strange error coming from weights & biases, where…
-
While trying to run the telegram bot getting an error json path not serializable
-
[ChingChong] flutter pub get --no-example
Resolving dependencies...
Because no versions of json_serializable match >6.9.0 =1.1.4 depends on analyzer ^5.13.0, json_serializable ^6.9.0 is incompatible…
-
Hi,
I try to use the bing search engine tool and I have the Object of type SearchEngineType is not JSON serializable error when executing the agent.create_agent(agent_config) line.
There is my …
-
### XState version
XState version 5
### Description
Seems that when using non-JSON serializable values within a machine the inspector `@statelyai/inspect` stops updating its UI or showing val…
-
When i call this function and the dataframe is:
```
df = pd.DataFrame({'A': [pd.to_datetime('2020-01-01'), pd.to_datetime('2020-01-02'), pd.to_datetime('2020-01-03')]}, dtype=object)
```
I ge…
-
### Describe the bug
Attempting to do a nebari deploy on an existing k3s cluster. I had a separate issue with the Traefik CRDs that I will raise separately. But once I get past that, I see this:
`…
-
**Describe the bug**
When parsing json with unknown key, the path in the error message will only be correct if the unknown key is the first key in the object. If it is not the first key, the reported…
-
Hi, I am using tool calling functions with dynamically created Pydantic BaseModel's as type hints. For example:
```python
def configure_workout_plan_template(state: AgentState, config: dict) -> …