Saran Connolly
Saran Connolly
I managed to resolve this issue in local dev without needing to use both wsgi and asgi servers together (`channels==3.0.4, asgiref==3.5.0, Django==4.0.3`). I tried a combination of: 1. using [Reconnecting...
To get the examples working, you can amend the ` CCXTBroker._submit() ` method. Firstly, it should raise, log or print Exceptions for failed orders. In this case, @chuzheng88, the response...
Looks like a time sync issue: https://github.com/ccxt/ccxt/issues/936
Another less-than-ideal workaround (if it's acceptable to strip all trailing slashes): ```python from typing import Annotated from pydantic import AnyHttpUrl, AfterValidator, BaseModel, PlainValidator, TypeAdapter AnyHttpUrlAdapter = TypeAdapter(AnyHttpUrl) HttpUrlStr = Annotated[...
@Godrules500 nice solution, thank you🚀 I incorporated some of those changes into a PR here https://github.com/vercel/ai-chatbot/pull/399
This doesn't appear to be an issue on the demo site though so it may have already been resolved by the Vercel team but the changes not applied to this...
> I see you have provided link to my repo but I don't understand your issue. For me the user.id in the session is same as that returned by the...
vLLM now supports named function calling in the chat completion API for models that support it. However, the `tool_choice` options `auto` and `required` are not yet supported but on the...
@TimPietrusky ah yes, looking at the release there it was only [introduced in vLLM 0.5.0](https://github.com/vllm-project/vllm/releases/tag/v0.5.0). +1 on bumping the vLLM version to support this feature. To the best of my...
Demos look awesome. However, after, trying three times with zero shot of an Irish female - first time with 0.5 exaggeration, heavy British accent, second time with 1.0 exag, heavy...