ソースを参照

rm key set in xinference (#2511)

### What problem does this PR solve?

#2492

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.12.0
Kevin Hu 1年前
コミット
099c37ba95
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更0行の追加1行の削除
  1. 0
    1
      rag/llm/chat_model.py

+ 0
- 1
rag/llm/chat_model.py ファイルの表示

@@ -103,7 +103,6 @@ class XinferenceChat(Base):
raise ValueError("Local llm url cannot be None")
if base_url.split("/")[-1] != "v1":
base_url = os.path.join(base_url, "v1")
key = "xxx"
super().__init__(key, model_name, base_url)



読み込み中…
キャンセル
保存