Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
glide-the committed May 25, 2023
2 parents 5f01082 + 3d33191 commit 1c5f71b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,6 @@ Web UI 可以实现如下功能:
- [x] VUE 前端

## 项目交流群
![二维码](img/qr_code_22.jpg)
![二维码](img/qqr_code_1.jpg)

🎉 langchain-ChatGLM 项目交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。
Binary file added img/qqr_code_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/qr_code_21.jpg
Binary file not shown.
Binary file removed img/qr_code_22.jpg
Binary file not shown.
5 changes: 0 additions & 5 deletions models/chatglm_llm.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@

from abc import ABC

from langchain.llms.base import LLM
from typing import Optional, List
from models.loader import LoaderCheckPoint
from models.base import (BaseAnswer,
AnswerResult)


import transformers


class ChatGLM(BaseAnswer, LLM, ABC):
max_token: int = 10000
temperature: float = 0.01
Expand Down

0 comments on commit 1c5f71b

Please sign in to comment.