-
Add a `call_llm_with_json_format` that uses the current call_llm
Add retries if the response is not parseable to JSON
Add a timeout in case the LLM takes too long to answer
-
It would appear as though the volume doesnt actually get raised or lowered.
-
I'm currently embedding wasmer into a Rust project. So far I'm really happy with it and I made great progress.
One feature I need though is being able to call from WASM back to Rust and then suspen…
-
Can't view API calls in the app. only showing 'ws' type API calls. I'm sure the app gets data from API's.
![Untitled](https://github.com/user-attachments/assets/2c8bcf40-6f81-4a8d-ab14-2721e1a8434f)…
-
Hi,
What do you think of the idea of having some kind of generic API call option? This would allow me to do weigh-ins with date, for example. The call on the garmin connect website is like this:
`…
-
When using electrum as indexer, the service logs the following warning repeatedly:
`your wallet uses less efficient method of querying electrs, consider contacting the developer of your wallet. Rea…
-
I recently found a segfault that occurs after invoking the same function several times (approx 30 thousand times). Code to reproduce the issue is as below:
```
import numba
def foo(x):
…
-
When testing **MQTT_ProcessLoop**, we noticed a problem that **MQTT_Ping** was called **frequently** in the **handleKeepAlive** function, as shown in the **red box** in the figure, and every loop woul…
-
-
Quiche currently uses `Instant::now()` directly in various places.
Moving time management from quiche to the applications would make the quiche state machine more deterministic, which would improve t…