Set your OpenAI API key in your environment. Obtain the API key from platform.openai.com (requires a paid account).
Writing Function Calls with Mirascope
Import necessary modules, such as literal from typing.
Create a wrapper for OpenAI function calls using Mirascope.
Define functions for your specific use case, such as get_current_weather.
Define a Python class to encapsulate the tool use with OpenAI.
Instantiate the class and call the desired function.
Running the Code
Ensure that the OpenAI API key is set and Mirascope is installed.
Navigate to the directory containing your script.
Run the script to see the output of the function calls.
Example Code Snippet
from typing import Literal # Define a wrapper for OpenAI function calls # ... # Define a function for a specific use case def get_current_weather(location: Literal['Tokyo', 'San Francisco', 'Paris']): # Function implementation # ... # Define a class to encapsulate tool use with OpenAI class MyApplication: # Class implementation # ... # Instantiate the class and call the function app = MyApplication() app.some_method()
Running the Function
python my_script.py
Additional Information
The GitHub repository link for Mirascope is provided in the video’s description.
The video demonstrates the ease of using Mirascope for function calling with OpenAI.
Mirascope is an evolving project, and more model support is expected to be added.
Video Description
The video description contains the link to the Mirascope GitHub repository.
The video encourages subscribing to the channel and sharing the content.
For more detailed instructions and examples, please refer to the Mirascope GitHub repository provided in the video’s description.