-
I'm very impressed of the work made by **web-llm** team and really wanted to try to integrate it into an existing project. Unfortunately current models that capable to do something useful too heavy an…
finom updated
5 months ago
-
Hi!
I am trying to use RetVec as an embedding layer for a email spam classification project. When the RetVecTokenizer function is called, I get a Value Error which is described below:
File forma…
-
I found out that in TF there are many calls to
```
func getMachine(client *client.Client, identifier string) (*entity.Machine, error) {
machines, err := client.Machines.Get(&entity.MachinesPara…
r00ta updated
2 weeks ago
-
Hi @jackmpcollins 👋 ,
I'm running into a weird issue with the `AnthropicChatModel`. I'm unsure how to capture function calls that occur when the model also outputs text inside of `` tags (which An…
-
I followed exactly your instuctions loading the package but i have the following error when I call the function:
```
NUTS0
-
### Description of the bug:
1. If the result contains Chinese, Gemini reads it as garbled. (always)
```dart
response = await chat.sendMessage(Content.functionResponse(functionCall.name, result));
…
-
I'm probably missing something obvious, but from the readme example:
``` clj
(ns my.app
(:require [compojure.core :as c]
[compojure.handler :as h] handler
[hiccup.page :as p…
-
### 📝 Feature Description
Add the ability to prevent scripts from getting aborted for calling a long-blocking native function, so old scripts that are built against v3.6.0 or earlier can run after do…
-
OpenAI has recently added [Functions calling](https://platform.openai.com/docs/guides/gpt/function-calling).
Would be amazing to have it implemented on this library.
-
Hi,
We are getting index out of range errors while doing concurrent operations. we are getting this error while calling the keys function of lru.
Below is the code where we are getting the iss…