-
- [ ] [Berkeley Function-Calling Leaderboard](https://gorilla.cs.berkeley.edu/leaderboard)
# Berkeley Function-Calling Leaderboard
## Description
This live leaderboard evaluates the LLM's ability t…
-
### Is your feature request related to a problem? / 你想要的功能和什么问题相关?
https://replicate.com/nateraw/mixtral-8x7b-32kseqlen
### Describe the solution you'd like. / 你想要的解决方案是什么?
https://replicate.com/na…
-
Hello, I am trying to configure lsp-ai to get copilot-like completion in helix. I intend to use only models running locally.
I ideally would like to get them served following an OpenAI compatible AP…
-
![Screenshot 2024-05-15 at 16 50 49](https://github.com/lifan0127/ai-research-assistant/assets/169889440/075733f4-bd7f-4343-bc8b-1fbf30f62f98)
I cannot make ARIA work. I have a paid Chatgpt accou…
-
Investigate the feasibility of adding support for the OpenAI function-calling API, and (If feasible) integrate it.
### Rationale
source: https://gorilla.cs.berkeley.edu/blogs/4_open_function…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
`import random
from http import HTTPStatus
import dashscope
import re
def get_express_info(location,unit=None):
return '很抱歉您的快递已被误送到银行yx8925z星球,请打开您的量子门,我们马上传送给您'
def getInteger(cont…
-
When using the relatively recent ["Functions"](https://platform.openai.com/docs/guides/gpt/function-calling) feature of the ChatGPT API, it seems like `tiktoken-rs` underestimates the total number of …
-
See https://platform.openai.com/docs/guides/gpt/function-calling
would be cool to somehow add some support for this. Some inversion of control style kind of thing where you could set up the system …
-
In OpenAI's [official docs on function calling](https://platform.openai.com/docs/guides/gpt/function-calling), they give a pattern of:
1. Call the model
2. Get function parameters as structured data…