BrandonStudio
BrandonStudio
希望同时可以添加一个开关允许禁用智能重命名
界面切换慢应该是网络问题,本地部署的话响应速度是OK的,不过能优化就最好了。或者给一个加载动画,显示目前正在加载 慢得明显的是插件窗口,打开关闭时的动画非常不流畅
I think it is much better now I still look forward a loading animation
@arvinxx Are this project now support both OpenAPI schema and "function call json schema" or just single OpenAPI schema for prompt to LLMs? For former could we make a wrapper...
It is very painful not to take advantage of Claude together with plugins :( Do you consider modify the gateway to fit this?
@walkley That's really a good news!
可以考虑对 Azure OpenAI,允许用户使用自定义部署名称测试连接 ---- It could be a solution that for Azure OpenAI, allowing users to test connections using a custom deployment name.
Same issue. I'm on Ubuntu 22.04 with rootless docker. It works fine when I pull 7.88.1 but fails when I pull latest. I have not tested other version.
Anthropic 现已支持JSON格式函数调用。 XML 已弃用。
You can use callback to perform this. **First, define your callback** ```python from typing import Any, Dict from uuid import UUID from tqdm.auto import tqdm from langchain_core.callbacks import BaseCallbackHandler class...