Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Update src/canopy/llm/openai.py
Browse files Browse the repository at this point in the history
Co-authored-by: igiloh-pinecone <[email protected]>
  • Loading branch information
acatav and igiloh-pinecone authored Nov 2, 2023
1 parent 25c5d36 commit b6cccd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canopy/llm/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def enforced_function_call(self,
max_tokens: Optional[int] = None,
model_params: Optional[ModelParams] = None) -> dict:
"""
This function enforces the model to response with a specific function call.
This function enforces the model to respond with a specific function call.
To read more about this feature, see: https://platform.openai.com/docs/guides/gpt/function-calling
Expand Down

0 comments on commit b6cccd8

Please sign in to comment.