mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
@@ -54,7 +54,7 @@ OPENAI_API_KEY=''
|
|||||||
|
|
||||||
## Ollama Integration (ex. for using Llama 2 locally)
|
## Ollama Integration (ex. for using Llama 2 locally)
|
||||||
1. [Download Ollama](https://ollama.com/download).
|
1. [Download Ollama](https://ollama.com/download).
|
||||||
2. After setting up the Ollama, Pull the Llama2 by typing following lines into the terminal ```ollama pull Llama2```.
|
2. After setting up the Ollama, Pull the Llama2 by typing following lines into the terminal ```ollama pull llama2```.
|
||||||
3. Create a ModelFile similar the one below in your project directory.
|
3. Create a ModelFile similar the one below in your project directory.
|
||||||
```
|
```
|
||||||
FROM llama2
|
FROM llama2
|
||||||
|
|||||||
Reference in New Issue
Block a user