summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-12-15 20:55:33 -0300
committericebaker <icebaker@proton.me>2023-12-15 20:55:33 -0300
commit2a55ac5fb3be0a64e9966fa3c3965acb6cfcddbf (patch)
treeeffc909b737941afa19b5c76b8c69c38083dc08c
parent4c0182e088fc1ff53a4d49c88814cd4f0e89c72a (diff)
updating README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 658933a..523e409 100644
--- a/README.md
+++ b/README.md
@@ -468,7 +468,7 @@ The randomly generated number is 59.
🤖> |
```
-To successfully use Tools (Functions), you need to specify a provider and a model that supports them. As of the writing of this README, the provider that supports them is [OpenAI](https://platform.openai.com/docs/models), with models `gpt-3.5-turbo-1106` and `gpt-4-1106-preview`, and [Google](https://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/function-calling#supported_models), with the model `gemini-pro`.
+To successfully use Tools (Functions), you need to specify a provider and a model that supports them. As of the writing of this README, the provider that supports them is [OpenAI](https://platform.openai.com/docs/models), with models `gpt-3.5-turbo-1106` and `gpt-4-1106-preview`, and [Google](https://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/function-calling#supported_models), with the `vertex-ai-api` service and the model `gemini-pro`.
Check the [Nano Bots specification](https://spec.nbots.io/#/README?id=tools-functions-2) to learn more about Tools (Functions).
@@ -491,7 +491,7 @@ Unlike Lua and Fennel, Clojure support is not _embedded_ in this implementation.
Here's [how to install Babashka](https://github.com/babashka/babashka#quickstart):
```sh
-curl -s https://raw.githubusercontent.com/babashka/babashka/master/install | bash
+curl -s https://raw.githubusercontent.com/babashka/babashka/master/install | sudo bash
```
This is a quick check to ensure that it is available and working: