diff options
author | icebaker <icebaker@proton.me> | 2023-11-29 08:27:03 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-11-29 08:27:03 -0300 |
commit | 93c52bb117fb83691317096a7ff12ed3a62eaf20 (patch) | |
tree | b0a2b8443099453976af40c12c0fb206a41cefb6 | |
parent | 29ad81139f2df66c577f4b77fe4dff8ebead2237 (diff) |
updating README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -299,7 +299,7 @@ The randomly generated number is 59. 🤖> | ``` -To successfully use Tools (Functions), you need to specify a provider and a model that support them. As of the writing of this README, the provider that supports them is OpenAI, with models `gpt-3.5-turbo-1106` and `gpt-4-1106-preview`: +To successfully use Tools (Functions), you need to specify a provider and a model that support 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`: ```yaml provider: |