Skip to content

Commit

Permalink
Merge pull request #16 from jekalmin/add-examples
Browse files Browse the repository at this point in the history
fix link in README
  • Loading branch information
jekalmin authored Nov 5, 2023
2 parents 3c18ad2 + 1a1678e commit a1f2025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Options include [OpenAI Conversation](https://www.home-assistant.io/integrations
- `Maximum Function Calls Per Conversation`: limit the number of function calls in a single conversation.
(Sometimes function is called over and over again, possibly running into infinite loop)
- `Functions`: A list of mappings of function spec to function.
- `spec`: Function which would be passed to [functions](https://platform.openai.com/docs/api-reference/chat/create#chat/create-functions) of [chat API](https://platform.openai.com/docs/api-reference/chat/create).
- `spec`: Function which would be passed to [functions](https://platform.openai.com/docs/api-reference/chat/create#chat-create-functions) of [chat API](https://platform.openai.com/docs/api-reference/chat/create).
- `function`: function that will be called.


Expand Down

0 comments on commit a1f2025

Please sign in to comment.