mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
Update LLM_NAME and EMBEDDINGS_NAME
This commit is contained in:
@@ -42,8 +42,6 @@ class DocsGPTAPILLM(BaseLLM):
|
||||
)
|
||||
|
||||
for line in response.iter_lines():
|
||||
import sys
|
||||
print(line, file=sys.stderr)
|
||||
if line:
|
||||
#data = json.loads(line)
|
||||
data_str = line.decode('utf-8')
|
||||
|
||||
Reference in New Issue
Block a user