David Duong
David Duong
@AChep sure - Lock screen _on_ - Allowed even without notifications - Active mode _off_ - Wakeup on incoming notification _off_ - Inactive time - _off_ - Double tap to...
When attempting to call `play`, the following error occurs: ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(illegalargument, Expected `arg['player_id'] to be a string., null, null) #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:652:7) #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:310:18) #2 AudioPlayer._create...
> ```js > import fetchAdapter from "@haverstack/axios-fetch-adapter"; > > const configuration = new Configuration({ > apiKey: process.env.OPENAI_API_KEY, > baseOptions: { > adapter: fetchAdapter > } > }); > ``` Note:...
Hello! Looking at the bundle size and metafile when bundled through esbuild + wrangler, the main reason the bundle size is large is due to the big WASM file included...
Hello @logancyang! This issue shoud be fixed with by upgrading LangchainJS to 0.0.76 or newer, which replaces the WASM `tiktoken` package with a pure-JS version.
Hello! That definitely sounds like an issue with @dqbd/tiktoken, will address it as soon as possible. This does to be a different issue than found in #847
Added a quick fix for both @dqbd/tiktoken and langchain https://github.com/hwchase17/langchainjs/pull/1034 Please note, that until #847 is done and merged, the bundle size will be larger than the recommended 1 MB...
The issue stems from `fetch` implementation found in Node 18.1.0 adding an additional suffix to the `Content-Type` when passing a string as a body. The `Content-Type` header will thus be...
Hello @KarimMesallam, the current implementation does take into account the chat history, as seen here: https://github.com/mckaywrigley/chatbot-ui/pull/664/files#diff-df165e72d8963e70352e718d811658cbb15cdab68cd286708371a39867174347R40, as well as the system prompt. This PR does not really address tracking of...
Linking a useful workaround found by @crmelchior in a different (duplicate?) issue: https://github.com/znck/grammarly/issues/350#issuecomment-1483848906 After switching to 0.18.0, successfully logging in and switching back to release (0.22.1) version, I'm still logged...