mirror of
https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama.git
synced 2025-01-19 00:47:46 +00:00
Update README.md
This commit is contained in:
parent
84b587a03b
commit
39bb8cb261
|
@ -57,6 +57,7 @@ pip install -r requirements.txt
|
||||||
Create a file named `modelfile` with these exact contents:
|
Create a file named `modelfile` with these exact contents:
|
||||||
|
|
||||||
FROM your-model-name
|
FROM your-model-name
|
||||||
|
|
||||||
PARAMETER num_ctx 38000
|
PARAMETER num_ctx 38000
|
||||||
|
|
||||||
Replace "your-model-name" with your chosen model (e.g., phi3:3.8b-mini-128k-instruct).
|
Replace "your-model-name" with your chosen model (e.g., phi3:3.8b-mini-128k-instruct).
|
||||||
|
|
Loading…
Reference in a new issue