tomasmcm / gorilla-openfunctions-v1

Source: gorilla-llm/gorilla-openfunctions-v1 ✦ Quant: TheBloke/gorilla-openfunctions-v1-AWQ ✦ Extend Large Language Model (LLM) Chat Completion feature to formulate executable APIs call given natural language instructions and API context

  • Public
  • 415 runs
  • L40S
  • Paper
  • License
  • Prediction

    tomasmcm/gorilla-openfunctions-v1:574ca2df
    ID
    3uzviltb4h6g6bbjpfp55yhkhq
    Status
    Succeeded
    Source
    Web
    Hardware
    A40
    Total duration
    Created

    Input

    top_k
    -1
    top_p
    0.95
    prompt
    USER: <<question>> Call me an Uber ride type "Plus" in Berkeley at zipcode 94704 in 10 minutes <<function>> [{"name": "Uber Carpool", "api_name": "uber.ride", "description": "Find suitable ride for customers given the location, type of ride, and the amount of time the customer is willing to wait as parameters", "parameters": [{"name": "loc", "description": "Location of the starting place of the Uber ride"}, {"name": "type", "enum": ["plus", "comfort", "black"], "description": "Types of Uber ride user is ordering"}, {"name": "time", "description": "The amount of time in minutes the customer is willing to wait"}]}] ASSISTANT:
    max_tokens
    128
    temperature
    0.8
    presence_penalty
    0
    frequency_penalty
    0

    Output

    uber.ride(loc="94704", type="plus", time=10)
    Generated in

Want to make some of these yourself?

Run this model