Skip to content

Commit

Permalink
feat: use free ai model
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Dec 25, 2023
1 parent d71f430 commit 9c20017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runOllama.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
docker start ollama
docker stop ollama
#docker exec -it ollama ollama run orca2:13b
#docker exec -it ollama ollama run stable-beluga:13b
#docker exec -it ollama ollama run stable-beluga:13bc
docker exec -it ollama ollama run falcon:40b

0 comments on commit 9c20017

Please sign in to comment.