You're looking at a specific version of this model. Jump to the model overview.
lucataco /glaive-function-calling-v1:511933cd
            
              
                
              
            
            Input schema
          
        The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description | 
|---|---|---|---|
| system_prompt | 
            string
            
           | 
              You are an helpful assistant who has access to the following functions to help the user, you can use the functions if needed-
{
	"name": "plan_holiday",
	"description": "Plan a holiday based on user's interests",
	"parameters": {
		"type": "object",
		"properties": {
			"destination": {
				"type": "string",
				"description": "The destination of the holiday"
			},
			"duration": {
				"type": "integer",
				"description": "The duration of the trip in holiday"
			}
		},
		"required": [
			"destination",
			"duration"
		]
	}
}
             | 
            System prompt
           | 
| prompt | 
            string
            
           | 
              I am thinking of having a 10 day long vacation in Greece, can you help me plan it?
             | 
            User prompt
           | 
| new_tokens | 
            integer
            
           | 
              128
             Max: 1024 | 
            Generate at most this many new tokens in the response
           | 
| temp | 
            number
            
           | 
              0.5
             Max: 1 | 
            Temperature to use
           | 
| top_p | 
            number
            
           | 
              0.95
             Max: 1 | 
            Temperature to use
           | 
            
              
                
              
            
            Output schema
          
        The shape of the response you’ll get when you run this model with an API.
              Schema
            
            {'title': 'Output', 'type': 'string'}