Ethan Chang
commited on
Commit
·
dd677c3
1
Parent(s):
d1afae8
Solve conflict from dev_branch
Browse files
code/modules/config/config.yml
CHANGED
@@ -34,6 +34,7 @@ llm_params:
|
|
34 |
temperature: 0.7
|
35 |
repo_id: 'TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF' # HuggingFace repo id
|
36 |
filename: 'tinyllama-1.1b-chat-v1.0.Q5_0.gguf' # Specific name of gguf file in the repo
|
|
|
37 |
|
38 |
chat_logging:
|
39 |
log_chat: False # bool
|
|
|
34 |
temperature: 0.7
|
35 |
repo_id: 'TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF' # HuggingFace repo id
|
36 |
filename: 'tinyllama-1.1b-chat-v1.0.Q5_0.gguf' # Specific name of gguf file in the repo
|
37 |
+
pdf_reader: 'llama' # str [llama, pymupdf, gpt]
|
38 |
|
39 |
chat_logging:
|
40 |
log_chat: False # bool
|