proactive-ingredient/nexus_raven 📝 → 📝

▶️ 66 runs 📅 Feb 2024 ⚙️ Cog 0.9.4 🔗 GitHub ⚖️ License
function-calling text-generation tool-use

About

Function calling LLM that surpasses the state-of-the-art in function calling capabilities

Example Output

Output

[object Object]

Performance Metrics

3.24s Prediction Time
286.87s Total Time
All Input Parameters
{
  "functions": "Function:\ndef get_weather_data(coordinates):\n    \"\"\"\n    Fetches weather data from the Open-Meteo API for the given latitude and longitude.\n\n    Args:\n    coordinates (tuple): The latitude of the location.\n\n    Returns:\n    float: The current temperature in the coordinates you've asked for\n    \"\"\"\n\nFunction:\ndef get_coordinates_from_city(city_name):\n    \"\"\"\n    Fetches the latitude and longitude of a given city name using the Maps.co Geocoding API.\n\n    Args:\n    city_name (str): The name of the city.\n\n    Returns:\n    tuple: The latitude and longitude of the city.\n    \"\"\"",
  "user_query": "What is the weather like in Seattle right now?"
}
Input Parameters
functions (required) Type: string
Function definitions
user_query (required) Type: string
User's query
Output Schema

Output

Type: string

Example Execution Logs
/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/transformers/generation/configuration_utils.py:392: UserWarning: `do_sample` is set to `False`. However, `temperature` is set to `0.001` -- this flag is only used in sample-based generation modes. You should set `do_sample=True` or unset `temperature`.
warnings.warn(
Setting `pad_token_id` to `eos_token_id`:32019 for open-end generation.
Version Details
Version ID
ec3fec34462d5518b41c1b692ab75f36f421c890be312abedf7354b85373bf3a
Version Created
February 25, 2024
Run on Replicate →