Skip to content

Commit f1706a0

Browse files
committed
Merge branch 'main' of https://github.com/mindsdb/flat-ai
2 parents 27d17d7 + e9539fc commit f1706a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ for function_call in functions:
133133

134134
Sometimes you want to just call them all in parallel.
135135

136-
```
136+
```python
137137
functions = llm.get_functions([send_calendar_invite, send_email], instructions = instructions, email=email, current_date = date.today())
138138

139139
# call the functions in parallel, aggregate results as they arrive

0 commit comments

Comments
 (0)