ysyyhhh 1 년 전
부모
커밋
9e9a5d31ea
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      LLM.py

+ 2 - 0
LLM.py

@@ -34,3 +34,5 @@ class ChatGLM_LLM(LLM):
     @property
     def _llm_type(self) -> str:
         return "ChatGLM3-6B"
+    
+