Replies: 1 comment
-
|
先参考:zylon-ai/private-gpt#375 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PERSIST_DIRECTORY=db
MODEL_TYPE=GPT4All
MODEL_PATH=models/ggml-gpt4all-j-v1.3-groovy.bin
EMBEDDINGS_MODEL_NAME=sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
MODEL_N_CTX=1000
TARGET_SOURCE_CHUNKS=4
在中文提问时出现错误
Enter a query: 李白的诗是什么风格?
ERROR: The prompt size exceeds the context window size and cannot be processed.GPT-J ERROR: The prompt is2940tokens and the context window is2048!
Beta Was this translation helpful? Give feedback.
All reactions