-
另外想问下大佬如何实现连续对话?
-
![image](https://github.com/arcstep/langchain_zhipuai/assets/99779704/96048e05-9a94-4d14-bade-3c4e26022a4a)
_convert_message_to_dict 方法使用了FunctionMessage,
但是在import的时候没有引入。
-
运行 python startup.py -a
报错:
==============================Langchain-Chatchat Configuration==============================
操作系统:Linux-4.18.0-2.4.3.kwai.x86_64-x86_64-with-glibc2.27.
python版本:3.11…
-
请问大佬这个怎么通过langchain获得usage中耗费的token数啊,通过 BaseCallbackHandler 在 on_llm_end中获得的llm_output=None,直接用llm.invoke可以,通过AgentExecutor,封装了llm,进行invoke就不行了,我采用的是这种方式:
from langchain.agents import AgentExecuto…
-
### Feature Description
const openaiChatChunkSchema = z.object({
object: z.enum([
'chat.completion.chunk',
'chat.completion', support for OpenAI-compatible providers such as Perplexity
…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
MacOS(x86)
…
-
MODEL DESCRIPTION INPUT PRICE OUTPUT PRICE
deepseek-chat * Good at general tasks, 32K * context length ¥1 / 1M tokens ¥2 / 1M tokens
deepseek-coder Good at coding tasks, 16K context length ¥1 / 1M t…
-
**问题描述 / Problem Description**
启动命令: poetry run python3.10 startup.py -p -n zhipu-api
**实际结果 / Actual Result**
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=20001): …
-
模型列表和价格信息:
模型服务 | 模型名 | 计费单价(输入) | 计费单价(输出)
-- | -- | -- | --
qwen-long | 0.0005元/1,000 tokens | 0.002元/1,000 tokens
qwen-turbo | 0.002元/1,000 tokens | 0.006元/1,000 tokens
qwen-plus | 0.004元/…
-
### Installation Method | 安装方法与平台
Pip Install (I used latest requirements.txt)
### Version | 版本
Latest | 最新版
### OS | 操作系统
Linux
### Describe the bug | 简述
## 症状
在更改temperature值为(…