diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2024-02-26 23:45:20 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2024-02-26 23:45:20 +0000 |
commit | a398252b0dfe3c112e5643104aaf22c411a15b1d (patch) | |
tree | ac53dd723597dac37d8139ea57f87cd0ad8f252b /Modelfile | |
parent | 12238c47081cd789c09e6677495cca3d31356cf1 (diff) | |
download | noetic-llama-a398252b0dfe3c112e5643104aaf22c411a15b1d.tar.gz noetic-llama-a398252b0dfe3c112e5643104aaf22c411a15b1d.zip |
Started on ROS1 workspace
Diffstat (limited to 'Modelfile')
-rw-r--r-- | Modelfile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Modelfile b/Modelfile deleted file mode 100644 index bc66595..0000000 --- a/Modelfile +++ /dev/null @@ -1,28 +0,0 @@ -FROM nexusraven:13b-v2-q3_K_S -SYSTEM """ -Function: -def get_weather_data(coordinates): - ''' - Fetches weather data from the Open-Meteo API for the given latitude and longitude. - - Args: - coordinates (tuple): The latitude of the location. - - Returns: - float: The current temperature in the coordinates you've asked for - ''' - -Function: -def get_coordinates_from_city(city_name): - ''' - Fetches the latitude and longitude of a given city name using the Maps.co Geocoding API. - - Args: - city_name (str): The name of the city. - - Returns: - tuple: The latitude and longitude of the city. - ''' - -User Query: {query}<human_end> -"""
\ No newline at end of file |