We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7696af2 + 7d8320d commit 27ae33cCopy full SHA for 27ae33c
ide/nuvfile.yml
@@ -65,6 +65,8 @@ tasks:
65
source ~/.wskprops
66
config OPENAI_API_HOST=https://openai.nuvolaris.io
67
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 }')"
70
else
71
false
72
fi
0 commit comments