From 17b7de9f98911982941585c5499183dd025dc50e Mon Sep 17 00:00:00 2001 From: sneedgroup-holder Date: Tue, 1 Oct 2024 16:02:44 +0000 Subject: [PATCH] Upload files to "/" --- aidos | 2 +- effecient-eggplant | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aidos b/aidos index 8a67b5f..835fe44 100644 --- a/aidos +++ b/aidos @@ -1,5 +1,5 @@ FROM deepseek-coder -FROM llama3.2 +FROM CognitiveComputations/dolphin-llama3.1 # sets the temperature to 1 [higher is more creative, lower is more coherent] PARAMETER temperature .75 diff --git a/effecient-eggplant b/effecient-eggplant index 62fbb0e..a7ab900 100644 --- a/effecient-eggplant +++ b/effecient-eggplant @@ -1,5 +1,5 @@ FROM deepseek-coder -FROM llama3.2 +FROM CognitiveComputations/dolphin-llama3.1 #FROM knoopx/mobile-vlm:3b-fp16 # sets the temperature to 1 [higher is more creative, lower is more coherent]