Update LLM_NAME and EMBEDDINGS_NAME

This commit is contained in:
Alex
2024-01-09 00:01:31 +00:00
parent 033bcf80d0
commit e1b2991aa6
6 changed files with 37 additions and 22 deletions

View File

@@ -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')