Skip to content

Commit 27ae33c

Browse files
authored
Merge pull request #161 from nuvolaris/3.0.0-testing
adding OLLAMA
2 parents 7696af2 + 7d8320d commit 27ae33c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ide/nuvfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ tasks:
6565
source ~/.wskprops
6666
config OPENAI_API_HOST=https://openai.nuvolaris.io
6767
config OPENAI_API_KEY="$(echo "$AUTH" | awk -F: '{print $1 }')"
68+
config OLLAMA_API_HOST=https://ollama.nuvolaris.io
69+
config OLLAMA_API_KEY="$(echo "$AUTH" | awk -F: '{print $1 }')"
6870
else
6971
false
7072
fi

0 commit comments

Comments
 (0)