-
In this [gist](https://gist.github.com/charleskawczynski/a92627ddcd377b14a456ff090c594f6f), a function returns a big manually written matrix
```
git clone https://gist.github.com/charleskawczynski…
-
### Description / 描述
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
import time
s = time.time()
path = "D:/MiniCPM3-4B"
device = "cpu"
tokenizer = AutoTokenizer.f…
-
Package: `deep-chat-dev`
Version: `9.0.199`
Location: `directionConnection.openAI.assistant.function_handler`
What happened:
Sending a message to invoke function calling results in the error mes…
-
```
Line 362 of dxgi.cpp (in ds3t::DXGI::GetGPUInfo (...)::
---------------------------------
NvAPI_GPU_GetAllClockFrequencies (gpus [i], &freq)
>> NVAPI_INVALID_ARGUMENT
-
For the LLMs which support function calling
https://docs.anthropic.com/en/docs/build-with-claude/tool-use
https://platform.openai.com/docs/guides/function-calling
- Add the ability to add tool …
-
Extract the function-calling functionality from each existing AI connector in SK to a common, shareable class(es) that can be used by all existing and future connectors.
Consider splitting the foll…
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to look for a similar issue and didn't find it.
- [X] I searched the Marvin documentation for this feat…
-
Is there any way to pass a callback function when calling `ExecuteScript`?
For example, consider the following code snippet.
This code, of course, will panic during runtime.
Could you please pr…
-
OpenAI has added "function calling" feature to the Chat api
https://openai.com/blog/function-calling-and-other-api-updates
We could leverage this feature to allow interfAIce proxies to call upon o…
-
While function calls seem to be correct so far under limited prompting, in more large-scale usage there will most certainly be some that are mangled (especially if a user opts to use gpt-3.5 instead o…