We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3583c6 commit 78563fdCopy full SHA for 78563fd
articles/ai-services/openai/how-to/function-calling.md
@@ -63,9 +63,7 @@ client = AzureOpenAI(
63
from openai import OpenAI
64
import json
65
66
-client = OpenAI()
67
-
68
-# Example dummy function hard coded to return the same weather
+# Example function hard coded to return the same weather
69
# In production, this could be your backend API or an external API
70
def get_current_weather(location, unit="fahrenheit"):
71
"""Get the current weather in a given location"""
0 commit comments