Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tool-calling.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ chat = ChatOpenAI(model="gpt-4o")
_ = chat.chat("How long ago exactly was the moment Neil Armstrong touched down on the moon?")
```

Unfortunately, the LLM doesn't hallucinates the current date. Let's give the chat model the ability to determine the current time and try again.
Unfortunately, the LLM hallucinates the current date. Let's give the chat model the ability to determine the current time and try again.

### Defining a tool function

Expand Down