Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ from llama_index.llms.llama_cpp.llama_utils import (
|
|
55 |
completion_to_prompt,
|
56 |
)
|
57 |
|
58 |
-
model_url = "
|
59 |
|
60 |
llm = LlamaCPP(
|
61 |
# You can pass in the URL to a GGML model to download it automatically
|
|
|
55 |
completion_to_prompt,
|
56 |
)
|
57 |
|
58 |
+
model_url = "mixtral_chat_7b.q8_0.gguf"
|
59 |
|
60 |
llm = LlamaCPP(
|
61 |
# You can pass in the URL to a GGML model to download it automatically
|