mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-29 06:55:57 +00:00
* Add human ratings to inspectors * Store human labels in cache, not resp objs * Change rating UI to pull from Zustand store * Lazy load inspectors * Update version and rebuild app
3215 lines
125 KiB
Plaintext
3215 lines
125 KiB
Plaintext
{
|
|
"flow": {
|
|
"nodes": [
|
|
{
|
|
"width": 312,
|
|
"height": 370,
|
|
"data": {
|
|
"fields": [
|
|
{
|
|
"text": "[[FUNCTION]] get_current_weather\\{\n \"format\": \"celsius\",\n \"location\": \"Boston, MA\"\n\\}",
|
|
"prompt": "What's the weather like in Boston?",
|
|
"fill_history": {
|
|
"prompt": "What's the weather like in Boston?"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "cfa8f743-32c7-4a24-8141-9e1fa264af49",
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
}
|
|
},
|
|
{
|
|
"text": "I'm sorry, I cannot provide real-time information as I do not have access to live data. However, you can check reliable weather websites or applications for up-to-date information about the weather in Boston.",
|
|
"prompt": "What's the weather like in Boston?",
|
|
"fill_history": {
|
|
"prompt": "What's the weather like in Boston?"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "e342daaf-acde-4988-a759-c1c753efd670",
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
}
|
|
},
|
|
{
|
|
"text": "The movie \"Twister\" was directed by Jan de Bont.",
|
|
"prompt": "Who directed the movie Twister?",
|
|
"fill_history": {
|
|
"prompt": "Who directed the movie Twister?"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "ebcba322-b11c-4680-8170-98b0f3bebbe5",
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
}
|
|
},
|
|
{
|
|
"text": "The movie \"Twister\" was directed by Jan de Bont.",
|
|
"prompt": "Who directed the movie Twister?",
|
|
"fill_history": {
|
|
"prompt": "Who directed the movie Twister?"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "1e884f42-d130-4a33-9039-22490772902d",
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
}
|
|
},
|
|
{
|
|
"text": "Thunderstorms are caused by the rapid upward movement of warm, moist air, which then cools and condenses, forming cumulonimbus clouds. These clouds contain large amounts of water vapor, ice, and electrically charged particles. As the air continues to rise, the water droplets and ice particles within the clouds collide, leading to the development of strong updrafts and downdrafts. The movement of these particles within the cloud generates electrical charges, resulting in the formation of lightning. The rapid expansion and contraction of the air around the lightning bolt creates a shock wave that we hear as thunder.",
|
|
"prompt": "What causes thunderstorms?",
|
|
"fill_history": {
|
|
"prompt": "What causes thunderstorms?"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "ba600f1c-ea3c-4c74-b5e5-bf03739d6d1c",
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
}
|
|
},
|
|
{
|
|
"text": "Thunderstorms are caused by the rapid upward movement of warm, moist air, which creates unstable atmospheric conditions. As the warm air rises, it cools and forms cumulonimbus clouds, which are the towering dark clouds that typically come to mind when thinking of a thunderstorm. Within these clouds, a variety of atmospheric conditions exist that can cause the development of lightning, thunder, heavy rain, hail, and tornadoes. The exact cause of a thunderstorm can vary depending on the location, time of year, and other environmental factors.",
|
|
"prompt": "What causes thunderstorms?",
|
|
"fill_history": {
|
|
"prompt": "What causes thunderstorms?"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "8c2e8fb8-76dc-455d-8ba7-252f99594b36",
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
}
|
|
},
|
|
{
|
|
"text": "[[FUNCTION]] get_current_weather\\{\n \"format\": \"celsius\",\n \"location\": \"Kenya\"\n\\}",
|
|
"prompt": "What is the typical temperature in Kenya in June?",
|
|
"fill_history": {
|
|
"prompt": "What is the typical temperature in Kenya in June?"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "2a8ff935-4c25-4222-8d37-22634b8c6208",
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
}
|
|
},
|
|
{
|
|
"text": "The typical temperature in Kenya in June varies depending on the region, but generally, temperatures range from 19°C (66°F) to 30°C (86°F). In some parts of the country, particularly in areas of higher elevation, temperatures may be cooler, while in areas closer to the equator temperatures can be quite hot.",
|
|
"prompt": "What is the typical temperature in Kenya in June?",
|
|
"fill_history": {
|
|
"prompt": "What is the typical temperature in Kenya in June?"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "a993b28a-df28-462e-9e2b-e7afd6742824",
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
}
|
|
},
|
|
{
|
|
"text": "[[FUNCTION]] get_current_weather\\{\n \"format\": \"celsius\",\n \"location\": \"Honolulu, HI\"\n\\}",
|
|
"prompt": "What is the average temperature in Hawaii in December?",
|
|
"fill_history": {
|
|
"prompt": "What is the average temperature in Hawaii in December?"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "4b818464-a297-429e-b081-19c61b12bae7",
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
}
|
|
},
|
|
{
|
|
"text": "The average temperature in Hawaii in December is around 77°F (25°C) during the day and 66°F (19°C) at night.",
|
|
"prompt": "What is the average temperature in Hawaii in December?",
|
|
"fill_history": {
|
|
"prompt": "What is the average temperature in Hawaii in December?"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "426b0d32-7afd-46a8-a9db-b0e893e7e3b7",
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
}
|
|
}
|
|
],
|
|
"llms": [
|
|
{
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1
|
|
},
|
|
{
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1
|
|
}
|
|
],
|
|
"n": 1,
|
|
"prompt": "{prompt}"
|
|
},
|
|
"dragging": false,
|
|
"id": "prompt-1686689549227",
|
|
"position": {
|
|
"x": 480,
|
|
"y": 208
|
|
},
|
|
"positionAbsolute": {
|
|
"x": 480,
|
|
"y": 208
|
|
},
|
|
"selected": false,
|
|
"type": "prompt"
|
|
},
|
|
{
|
|
"width": 722,
|
|
"height": 557,
|
|
"data": {
|
|
"input": "evalNode-1688060142717",
|
|
"llm_groups": [
|
|
{
|
|
"value": "LLM",
|
|
"label": "LLMs (last)"
|
|
},
|
|
{
|
|
"value": "__pt",
|
|
"label": "LLMs #NaN"
|
|
},
|
|
{
|
|
"value": "LLM_0",
|
|
"label": "LLMs #1"
|
|
}
|
|
],
|
|
"refresh": false,
|
|
"selected_vars": [],
|
|
"title": "Whether the prompt triggered the function call 'get_current_weather'",
|
|
"vars": [
|
|
"LLM (default)",
|
|
{
|
|
"value": "prompt",
|
|
"label": "prompt"
|
|
},
|
|
{
|
|
"value": "__meta___pt",
|
|
"label": "__pt (meta)"
|
|
},
|
|
{
|
|
"value": "__meta_LLM_0",
|
|
"label": "LLM_0 (meta)"
|
|
}
|
|
]
|
|
},
|
|
"dragging": false,
|
|
"id": "vis-1686689549227",
|
|
"position": {
|
|
"x": 1216,
|
|
"y": 96
|
|
},
|
|
"positionAbsolute": {
|
|
"x": 1216,
|
|
"y": 96
|
|
},
|
|
"selected": false,
|
|
"type": "vis"
|
|
},
|
|
{
|
|
"width": 302,
|
|
"height": 319,
|
|
"data": {
|
|
"input": "prompt-1686689549227",
|
|
"refresh": false
|
|
},
|
|
"dragging": false,
|
|
"id": "inspectNode-1686689970738",
|
|
"position": {
|
|
"x": 832,
|
|
"y": 384
|
|
},
|
|
"positionAbsolute": {
|
|
"x": 832,
|
|
"y": 384
|
|
},
|
|
"selected": false,
|
|
"type": "inspect"
|
|
},
|
|
{
|
|
"width": 345,
|
|
"height": 333,
|
|
"data": {
|
|
"fields": {
|
|
"f1": "What's the weather like in Boston?",
|
|
"f2": "Who directed the movie Twister?",
|
|
"f3": "What causes thunderstorms?",
|
|
"f4": "What is the typical temperature in Kenya in June?",
|
|
"f5": "What is the average temperature in Hawaii in December?"
|
|
},
|
|
"title": "Asking weather-related questions"
|
|
},
|
|
"dragging": false,
|
|
"id": "textFieldsNode-1686690525665",
|
|
"position": {
|
|
"x": 112,
|
|
"y": 224
|
|
},
|
|
"positionAbsolute": {
|
|
"x": 112,
|
|
"y": 224
|
|
},
|
|
"selected": false,
|
|
"type": "textfields"
|
|
},
|
|
{
|
|
"width": 359,
|
|
"height": 221,
|
|
"data": {
|
|
"code": "function evaluate(response) {\n return response.text.startsWith(\n \"[[FUNCTION]]\"\n );\n}",
|
|
"fields": [
|
|
{
|
|
"text": "[[FUNCTION]] get_current_weather\\\\{\n \"format\": \"celsius\",\n \"location\": \"Boston, MA\"\n\\\\}",
|
|
"prompt": "What's the weather like in Boston?",
|
|
"fill_history": {
|
|
"prompt": "What's the weather like in Boston?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "cfa8f743-32c7-4a24-8141-9e1fa264af49"
|
|
},
|
|
{
|
|
"text": "I'm sorry, I cannot provide real-time information as I do not have access to live data. However, you can check reliable weather websites or applications for up-to-date information about the weather in Boston.",
|
|
"prompt": "What's the weather like in Boston?",
|
|
"fill_history": {
|
|
"prompt": "What's the weather like in Boston?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "e342daaf-acde-4988-a759-c1c753efd670"
|
|
},
|
|
{
|
|
"text": "The movie \"Twister\" was directed by Jan de Bont.",
|
|
"prompt": "Who directed the movie Twister?",
|
|
"fill_history": {
|
|
"prompt": "Who directed the movie Twister?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "ebcba322-b11c-4680-8170-98b0f3bebbe5"
|
|
},
|
|
{
|
|
"text": "The movie \"Twister\" was directed by Jan de Bont.",
|
|
"prompt": "Who directed the movie Twister?",
|
|
"fill_history": {
|
|
"prompt": "Who directed the movie Twister?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "1e884f42-d130-4a33-9039-22490772902d"
|
|
},
|
|
{
|
|
"text": "Thunderstorms are caused by the rapid upward movement of warm, moist air, which then cools and condenses, forming cumulonimbus clouds. These clouds contain large amounts of water vapor, ice, and electrically charged particles. As the air continues to rise, the water droplets and ice particles within the clouds collide, leading to the development of strong updrafts and downdrafts. The movement of these particles within the cloud generates electrical charges, resulting in the formation of lightning. The rapid expansion and contraction of the air around the lightning bolt creates a shock wave that we hear as thunder.",
|
|
"prompt": "What causes thunderstorms?",
|
|
"fill_history": {
|
|
"prompt": "What causes thunderstorms?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "ba600f1c-ea3c-4c74-b5e5-bf03739d6d1c"
|
|
},
|
|
{
|
|
"text": "Thunderstorms are caused by the rapid upward movement of warm, moist air, which creates unstable atmospheric conditions. As the warm air rises, it cools and forms cumulonimbus clouds, which are the towering dark clouds that typically come to mind when thinking of a thunderstorm. Within these clouds, a variety of atmospheric conditions exist that can cause the development of lightning, thunder, heavy rain, hail, and tornadoes. The exact cause of a thunderstorm can vary depending on the location, time of year, and other environmental factors.",
|
|
"prompt": "What causes thunderstorms?",
|
|
"fill_history": {
|
|
"prompt": "What causes thunderstorms?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "8c2e8fb8-76dc-455d-8ba7-252f99594b36"
|
|
},
|
|
{
|
|
"text": "[[FUNCTION]] get_current_weather\\\\{\n \"format\": \"celsius\",\n \"location\": \"Kenya\"\n\\\\}",
|
|
"prompt": "What is the typical temperature in Kenya in June?",
|
|
"fill_history": {
|
|
"prompt": "What is the typical temperature in Kenya in June?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "2a8ff935-4c25-4222-8d37-22634b8c6208"
|
|
},
|
|
{
|
|
"text": "The typical temperature in Kenya in June varies depending on the region, but generally, temperatures range from 19°C (66°F) to 30°C (86°F). In some parts of the country, particularly in areas of higher elevation, temperatures may be cooler, while in areas closer to the equator temperatures can be quite hot.",
|
|
"prompt": "What is the typical temperature in Kenya in June?",
|
|
"fill_history": {
|
|
"prompt": "What is the typical temperature in Kenya in June?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "a993b28a-df28-462e-9e2b-e7afd6742824"
|
|
},
|
|
{
|
|
"text": "[[FUNCTION]] get_current_weather\\\\{\n \"format\": \"celsius\",\n \"location\": \"Honolulu, HI\"\n\\\\}",
|
|
"prompt": "What is the average temperature in Hawaii in December?",
|
|
"fill_history": {
|
|
"prompt": "What is the average temperature in Hawaii in December?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "4b818464-a297-429e-b081-19c61b12bae7"
|
|
},
|
|
{
|
|
"text": "The average temperature in Hawaii in December is around 77°F (25°C) during the day and 66°F (19°C) at night.",
|
|
"prompt": "What is the average temperature in Hawaii in December?",
|
|
"fill_history": {
|
|
"prompt": "What is the average temperature in Hawaii in December?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"batch_id": "426b0d32-7afd-46a8-a9db-b0e893e7e3b7"
|
|
}
|
|
],
|
|
"language": "javascript",
|
|
"refresh": false
|
|
},
|
|
"dragging": false,
|
|
"id": "evalNode-1688060142717",
|
|
"position": {
|
|
"x": 832,
|
|
"y": 144
|
|
},
|
|
"positionAbsolute": {
|
|
"x": 832,
|
|
"y": 144
|
|
},
|
|
"selected": true,
|
|
"type": "evaluator"
|
|
}
|
|
],
|
|
"edges": [
|
|
{
|
|
"id": "reactflow__edge-prompt-1686689549227prompt-inspectNode-1686689970738input",
|
|
"interactionWidth": 100,
|
|
"markerEnd": {
|
|
"height": "22px",
|
|
"type": "arrow",
|
|
"width": "22px"
|
|
},
|
|
"source": "prompt-1686689549227",
|
|
"sourceHandle": "prompt",
|
|
"target": "inspectNode-1686689970738",
|
|
"targetHandle": "input"
|
|
},
|
|
{
|
|
"id": "reactflow__edge-textFieldsNode-1686690525665output-prompt-1686689549227prompt",
|
|
"interactionWidth": 100,
|
|
"markerEnd": {
|
|
"height": "22px",
|
|
"type": "arrow",
|
|
"width": "22px"
|
|
},
|
|
"source": "textFieldsNode-1686690525665",
|
|
"sourceHandle": "output",
|
|
"target": "prompt-1686689549227",
|
|
"targetHandle": "prompt"
|
|
},
|
|
{
|
|
"id": "reactflow__edge-prompt-1686689549227prompt-eval-1686689549227responseBatch",
|
|
"interactionWidth": 100,
|
|
"markerEnd": {
|
|
"height": "22px",
|
|
"type": "arrow",
|
|
"width": "22px"
|
|
},
|
|
"source": "prompt-1686689549227",
|
|
"sourceHandle": "prompt",
|
|
"target": "eval-1686689549227",
|
|
"targetHandle": "responseBatch"
|
|
},
|
|
{
|
|
"id": "reactflow__edge-eval-1686689549227output-vis-1686689549227input",
|
|
"interactionWidth": 100,
|
|
"markerEnd": {
|
|
"height": "22px",
|
|
"type": "arrow",
|
|
"width": "22px"
|
|
},
|
|
"source": "eval-1686689549227",
|
|
"sourceHandle": "output",
|
|
"target": "vis-1686689549227",
|
|
"targetHandle": "input"
|
|
},
|
|
{
|
|
"id": "reactflow__edge-prompt-1686689549227prompt-evalNode-1688060142717responseBatch",
|
|
"interactionWidth": 100,
|
|
"markerEnd": {
|
|
"height": "22px",
|
|
"type": "arrow",
|
|
"width": "22px"
|
|
},
|
|
"source": "prompt-1686689549227",
|
|
"sourceHandle": "prompt",
|
|
"target": "evalNode-1688060142717",
|
|
"targetHandle": "responseBatch"
|
|
},
|
|
{
|
|
"id": "reactflow__edge-evalNode-1688060142717output-vis-1686689549227input",
|
|
"interactionWidth": 100,
|
|
"markerEnd": {
|
|
"height": "22px",
|
|
"type": "arrow",
|
|
"width": "22px"
|
|
},
|
|
"source": "evalNode-1688060142717",
|
|
"sourceHandle": "output",
|
|
"target": "vis-1686689549227",
|
|
"targetHandle": "input"
|
|
}
|
|
],
|
|
"viewport": {
|
|
"x": -15,
|
|
"y": 81,
|
|
"zoom": 1
|
|
}
|
|
},
|
|
"cache": {
|
|
"prompt-1686689549227_6.json": {
|
|
"What causes thunderstorms?": {
|
|
"info": {
|
|
"prompt": "What causes thunderstorms?"
|
|
},
|
|
"llm": "gpt3.5-turbo-0613",
|
|
"metavars": {
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"prompt": "What causes thunderstorms?",
|
|
"query": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"messages": [
|
|
{
|
|
"content": "You are a helpful assistant.",
|
|
"role": "system"
|
|
},
|
|
{
|
|
"content": "What causes thunderstorms?",
|
|
"role": "user"
|
|
}
|
|
],
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"n": 1,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"raw_response": {
|
|
"choices": [
|
|
{
|
|
"finish_reason": "stop",
|
|
"index": 0,
|
|
"message": {
|
|
"content": "Thunderstorms are caused by the rapid upward movement of warm, moist air, which then cools and condenses, forming cumulonimbus clouds. These clouds contain large amounts of water vapor, ice, and electrically charged particles. As the air continues to rise, the water droplets and ice particles within the clouds collide, leading to the development of strong updrafts and downdrafts. The movement of these particles within the cloud generates electrical charges, resulting in the formation of lightning. The rapid expansion and contraction of the air around the lightning bolt creates a shock wave that we hear as thunder.",
|
|
"role": "assistant"
|
|
}
|
|
}
|
|
],
|
|
"created": 1688060198,
|
|
"id": "chatcmpl-7WprKCpTroyKv5DTgRFskAovs7pbO",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"object": "chat.completion",
|
|
"usage": {
|
|
"completion_tokens": 123,
|
|
"prompt_tokens": 95,
|
|
"total_tokens": 218
|
|
}
|
|
},
|
|
"responses": [
|
|
"Thunderstorms are caused by the rapid upward movement of warm, moist air, which then cools and condenses, forming cumulonimbus clouds. These clouds contain large amounts of water vapor, ice, and electrically charged particles. As the air continues to rise, the water droplets and ice particles within the clouds collide, leading to the development of strong updrafts and downdrafts. The movement of these particles within the cloud generates electrical charges, resulting in the formation of lightning. The rapid expansion and contraction of the air around the lightning bolt creates a shock wave that we hear as thunder."
|
|
],
|
|
"uid": "ba600f1c-ea3c-4c74-b5e5-bf03739d6d1c"
|
|
},
|
|
"What is the average temperature in Hawaii in December?": {
|
|
"info": {
|
|
"prompt": "What is the average temperature in Hawaii in December?"
|
|
},
|
|
"llm": "gpt3.5-turbo-0613",
|
|
"metavars": {
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"prompt": "What is the average temperature in Hawaii in December?",
|
|
"query": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"messages": [
|
|
{
|
|
"content": "You are a helpful assistant.",
|
|
"role": "system"
|
|
},
|
|
{
|
|
"content": "What is the average temperature in Hawaii in December?",
|
|
"role": "user"
|
|
}
|
|
],
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"n": 1,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"raw_response": {
|
|
"choices": [
|
|
{
|
|
"finish_reason": "function_call",
|
|
"index": 0,
|
|
"message": {
|
|
"content": null,
|
|
"function_call": {
|
|
"arguments": "{\n \"format\": \"celsius\",\n \"location\": \"Honolulu, HI\"\n}",
|
|
"name": "get_current_weather"
|
|
},
|
|
"role": "assistant"
|
|
}
|
|
}
|
|
],
|
|
"created": 1688060205,
|
|
"id": "chatcmpl-7WprR8fKdPbiiKfpGNlzxp5rmGDDg",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"object": "chat.completion",
|
|
"usage": {
|
|
"completion_tokens": 27,
|
|
"prompt_tokens": 100,
|
|
"total_tokens": 127
|
|
}
|
|
},
|
|
"responses": [
|
|
"[[FUNCTION]] get_current_weather{\n \"format\": \"celsius\",\n \"location\": \"Honolulu, HI\"\n}"
|
|
],
|
|
"uid": "4b818464-a297-429e-b081-19c61b12bae7"
|
|
},
|
|
"What is the typical temperature in Kenya in June?": {
|
|
"info": {
|
|
"prompt": "What is the typical temperature in Kenya in June?"
|
|
},
|
|
"llm": "gpt3.5-turbo-0613",
|
|
"metavars": {
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"prompt": "What is the typical temperature in Kenya in June?",
|
|
"query": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"messages": [
|
|
{
|
|
"content": "You are a helpful assistant.",
|
|
"role": "system"
|
|
},
|
|
{
|
|
"content": "What is the typical temperature in Kenya in June?",
|
|
"role": "user"
|
|
}
|
|
],
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"n": 1,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"raw_response": {
|
|
"choices": [
|
|
{
|
|
"finish_reason": "function_call",
|
|
"index": 0,
|
|
"message": {
|
|
"content": null,
|
|
"function_call": {
|
|
"arguments": "{\n \"format\": \"celsius\",\n \"location\": \"Kenya\"\n}",
|
|
"name": "get_current_weather"
|
|
},
|
|
"role": "assistant"
|
|
}
|
|
}
|
|
],
|
|
"created": 1688060203,
|
|
"id": "chatcmpl-7WprP14IkWO9tugoobEIllKmtPfvf",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"object": "chat.completion",
|
|
"usage": {
|
|
"completion_tokens": 25,
|
|
"prompt_tokens": 100,
|
|
"total_tokens": 125
|
|
}
|
|
},
|
|
"responses": [
|
|
"[[FUNCTION]] get_current_weather{\n \"format\": \"celsius\",\n \"location\": \"Kenya\"\n}"
|
|
],
|
|
"uid": "2a8ff935-4c25-4222-8d37-22634b8c6208"
|
|
},
|
|
"What's the weather like in Boston?": {
|
|
"info": {
|
|
"prompt": "What's the weather like in Boston?"
|
|
},
|
|
"llm": "gpt3.5-turbo-0613",
|
|
"metavars": {
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"prompt": "What's the weather like in Boston?",
|
|
"query": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"messages": [
|
|
{
|
|
"content": "You are a helpful assistant.",
|
|
"role": "system"
|
|
},
|
|
{
|
|
"content": "What's the weather like in Boston?",
|
|
"role": "user"
|
|
}
|
|
],
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"n": 1,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"raw_response": {
|
|
"choices": [
|
|
{
|
|
"finish_reason": "function_call",
|
|
"index": 0,
|
|
"message": {
|
|
"content": null,
|
|
"function_call": {
|
|
"arguments": "{\n \"format\": \"celsius\",\n \"location\": \"Boston, MA\"\n}",
|
|
"name": "get_current_weather"
|
|
},
|
|
"role": "assistant"
|
|
}
|
|
}
|
|
],
|
|
"created": 1688060195,
|
|
"id": "chatcmpl-7WprHWqiuPcjBcxrmxg45tolyLbHK",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"object": "chat.completion",
|
|
"usage": {
|
|
"completion_tokens": 26,
|
|
"prompt_tokens": 98,
|
|
"total_tokens": 124
|
|
}
|
|
},
|
|
"responses": [
|
|
"[[FUNCTION]] get_current_weather{\n \"format\": \"celsius\",\n \"location\": \"Boston, MA\"\n}"
|
|
],
|
|
"uid": "cfa8f743-32c7-4a24-8141-9e1fa264af49"
|
|
},
|
|
"Who directed the movie Twister?": {
|
|
"info": {
|
|
"prompt": "Who directed the movie Twister?"
|
|
},
|
|
"llm": "gpt3.5-turbo-0613",
|
|
"metavars": {
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"prompt": "Who directed the movie Twister?",
|
|
"query": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"messages": [
|
|
{
|
|
"content": "You are a helpful assistant.",
|
|
"role": "system"
|
|
},
|
|
{
|
|
"content": "Who directed the movie Twister?",
|
|
"role": "user"
|
|
}
|
|
],
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"n": 1,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"raw_response": {
|
|
"choices": [
|
|
{
|
|
"finish_reason": "stop",
|
|
"index": 0,
|
|
"message": {
|
|
"content": "The movie \"Twister\" was directed by Jan de Bont.",
|
|
"role": "assistant"
|
|
}
|
|
}
|
|
],
|
|
"created": 1688060197,
|
|
"id": "chatcmpl-7WprJS1TxKFYodJryajN6WIP4NA7s",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"object": "chat.completion",
|
|
"usage": {
|
|
"completion_tokens": 15,
|
|
"prompt_tokens": 97,
|
|
"total_tokens": 112
|
|
}
|
|
},
|
|
"responses": [
|
|
"The movie \"Twister\" was directed by Jan de Bont."
|
|
],
|
|
"uid": "ebcba322-b11c-4680-8170-98b0f3bebbe5"
|
|
}
|
|
},
|
|
"prompt-1686689549227_4.json": {
|
|
"What causes thunderstorms?": {
|
|
"info": {
|
|
"prompt": "What causes thunderstorms?"
|
|
},
|
|
"llm": "gpt-3.5-turbo",
|
|
"metavars": {},
|
|
"prompt": "What causes thunderstorms?",
|
|
"query": {
|
|
"frequency_penalty": 0,
|
|
"messages": [
|
|
{
|
|
"content": "You are a helpful assistant.",
|
|
"role": "system"
|
|
},
|
|
{
|
|
"content": "What causes thunderstorms?",
|
|
"role": "user"
|
|
}
|
|
],
|
|
"model": "gpt-3.5-turbo",
|
|
"n": 1,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"raw_response": {
|
|
"choices": [
|
|
{
|
|
"finish_reason": "stop",
|
|
"index": 0,
|
|
"message": {
|
|
"content": "Thunderstorms are caused by the rapid upward movement of warm, moist air, which creates unstable atmospheric conditions. As the warm air rises, it cools and forms cumulonimbus clouds, which are the towering dark clouds that typically come to mind when thinking of a thunderstorm. Within these clouds, a variety of atmospheric conditions exist that can cause the development of lightning, thunder, heavy rain, hail, and tornadoes. The exact cause of a thunderstorm can vary depending on the location, time of year, and other environmental factors.",
|
|
"role": "assistant"
|
|
}
|
|
}
|
|
],
|
|
"created": 1686690642,
|
|
"id": "chatcmpl-7R5ZiB1FBQAfXNSqYqhCKPqaNOeyE",
|
|
"model": "gpt-3.5-turbo-0301",
|
|
"object": "chat.completion",
|
|
"usage": {
|
|
"completion_tokens": 108,
|
|
"prompt_tokens": 24,
|
|
"total_tokens": 132
|
|
}
|
|
},
|
|
"responses": [
|
|
"Thunderstorms are caused by the rapid upward movement of warm, moist air, which creates unstable atmospheric conditions. As the warm air rises, it cools and forms cumulonimbus clouds, which are the towering dark clouds that typically come to mind when thinking of a thunderstorm. Within these clouds, a variety of atmospheric conditions exist that can cause the development of lightning, thunder, heavy rain, hail, and tornadoes. The exact cause of a thunderstorm can vary depending on the location, time of year, and other environmental factors."
|
|
],
|
|
"uid": "8c2e8fb8-76dc-455d-8ba7-252f99594b36"
|
|
},
|
|
"What is the average temperature in Hawaii in December?": {
|
|
"info": {
|
|
"prompt": "What is the average temperature in Hawaii in December?"
|
|
},
|
|
"llm": "gpt-3.5-turbo",
|
|
"metavars": {},
|
|
"prompt": "What is the average temperature in Hawaii in December?",
|
|
"query": {
|
|
"frequency_penalty": 0,
|
|
"messages": [
|
|
{
|
|
"content": "You are a helpful assistant.",
|
|
"role": "system"
|
|
},
|
|
{
|
|
"content": "What is the average temperature in Hawaii in December?",
|
|
"role": "user"
|
|
}
|
|
],
|
|
"model": "gpt-3.5-turbo",
|
|
"n": 1,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"raw_response": {
|
|
"choices": [
|
|
{
|
|
"finish_reason": "stop",
|
|
"index": 0,
|
|
"message": {
|
|
"content": "The average temperature in Hawaii in December is around 77°F (25°C) during the day and 66°F (19°C) at night.",
|
|
"role": "assistant"
|
|
}
|
|
}
|
|
],
|
|
"created": 1686690979,
|
|
"id": "chatcmpl-7R5f9izQoSeVb7zt9MmdQtBwBv5NJ",
|
|
"model": "gpt-3.5-turbo-0301",
|
|
"object": "chat.completion",
|
|
"usage": {
|
|
"completion_tokens": 30,
|
|
"prompt_tokens": 29,
|
|
"total_tokens": 59
|
|
}
|
|
},
|
|
"responses": [
|
|
"The average temperature in Hawaii in December is around 77°F (25°C) during the day and 66°F (19°C) at night."
|
|
],
|
|
"uid": "426b0d32-7afd-46a8-a9db-b0e893e7e3b7"
|
|
},
|
|
"What is the typical temperature in Hawaii in December?": {
|
|
"info": {
|
|
"prompt": "What is the typical temperature in Hawaii in December?"
|
|
},
|
|
"llm": "gpt-3.5-turbo",
|
|
"metavars": {},
|
|
"prompt": "What is the typical temperature in Hawaii in December?",
|
|
"query": {
|
|
"frequency_penalty": 0,
|
|
"messages": [
|
|
{
|
|
"content": "You are a helpful assistant.",
|
|
"role": "system"
|
|
},
|
|
{
|
|
"content": "What is the typical temperature in Hawaii in December?",
|
|
"role": "user"
|
|
}
|
|
],
|
|
"model": "gpt-3.5-turbo",
|
|
"n": 1,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"raw_response": {
|
|
"choices": [
|
|
{
|
|
"finish_reason": "stop",
|
|
"index": 0,
|
|
"message": {
|
|
"content": "In Hawaii, the typical temperature during December is around 75°F (24°C) during the day and around 65°F (18°C) at night. However, the temperature can vary depending on the island and geographical location within the island.",
|
|
"role": "assistant"
|
|
}
|
|
}
|
|
],
|
|
"created": 1686690881,
|
|
"id": "chatcmpl-7R5dZWHOPwJY7XQLu1CNJnSjX0pae",
|
|
"model": "gpt-3.5-turbo-0301",
|
|
"object": "chat.completion",
|
|
"usage": {
|
|
"completion_tokens": 49,
|
|
"prompt_tokens": 29,
|
|
"total_tokens": 78
|
|
}
|
|
},
|
|
"responses": [
|
|
"In Hawaii, the typical temperature during December is around 75°F (24°C) during the day and around 65°F (18°C) at night. However, the temperature can vary depending on the island and geographical location within the island."
|
|
],
|
|
"uid": "be76c4fc-5e04-475f-ace3-b1a9e6046610"
|
|
},
|
|
"What is the typical temperature in Kenya in June?": {
|
|
"info": {
|
|
"prompt": "What is the typical temperature in Kenya in June?"
|
|
},
|
|
"llm": "gpt-3.5-turbo",
|
|
"metavars": {},
|
|
"prompt": "What is the typical temperature in Kenya in June?",
|
|
"query": {
|
|
"frequency_penalty": 0,
|
|
"messages": [
|
|
{
|
|
"content": "You are a helpful assistant.",
|
|
"role": "system"
|
|
},
|
|
{
|
|
"content": "What is the typical temperature in Kenya in June?",
|
|
"role": "user"
|
|
}
|
|
],
|
|
"model": "gpt-3.5-turbo",
|
|
"n": 1,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"raw_response": {
|
|
"choices": [
|
|
{
|
|
"finish_reason": "stop",
|
|
"index": 0,
|
|
"message": {
|
|
"content": "The typical temperature in Kenya in June varies depending on the region, but generally, temperatures range from 19°C (66°F) to 30°C (86°F). In some parts of the country, particularly in areas of higher elevation, temperatures may be cooler, while in areas closer to the equator temperatures can be quite hot.",
|
|
"role": "assistant"
|
|
}
|
|
}
|
|
],
|
|
"created": 1686690642,
|
|
"id": "chatcmpl-7R5ZiubwJ5ynhW8eL5ujFkFWMTU8d",
|
|
"model": "gpt-3.5-turbo-0301",
|
|
"object": "chat.completion",
|
|
"usage": {
|
|
"completion_tokens": 67,
|
|
"prompt_tokens": 29,
|
|
"total_tokens": 96
|
|
}
|
|
},
|
|
"responses": [
|
|
"The typical temperature in Kenya in June varies depending on the region, but generally, temperatures range from 19°C (66°F) to 30°C (86°F). In some parts of the country, particularly in areas of higher elevation, temperatures may be cooler, while in areas closer to the equator temperatures can be quite hot."
|
|
],
|
|
"uid": "a993b28a-df28-462e-9e2b-e7afd6742824"
|
|
},
|
|
"What's the current weather in Boston?": {
|
|
"info": {},
|
|
"llm": "gpt-3.5-turbo",
|
|
"metavars": {},
|
|
"prompt": "What's the current weather in Boston?",
|
|
"query": {
|
|
"frequency_penalty": 0,
|
|
"messages": [
|
|
{
|
|
"content": "You are a helpful assistant.",
|
|
"role": "system"
|
|
},
|
|
{
|
|
"content": "What's the current weather in Boston?",
|
|
"role": "user"
|
|
}
|
|
],
|
|
"model": "gpt-3.5-turbo",
|
|
"n": 1,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"raw_response": {
|
|
"choices": [
|
|
{
|
|
"finish_reason": "stop",
|
|
"index": 0,
|
|
"message": {
|
|
"content": "I'm sorry, as an AI language model, I don't have access to current, up-to-date information about the weather. However, you can check the current weather in Boston by doing a quick online search or by downloading a weather app that can give you updates on the weather in real-time.",
|
|
"role": "assistant"
|
|
}
|
|
}
|
|
],
|
|
"created": 1686690387,
|
|
"id": "chatcmpl-7R5VbszTnpyqH0geylhPvnajW9bwi",
|
|
"model": "gpt-3.5-turbo-0301",
|
|
"object": "chat.completion",
|
|
"usage": {
|
|
"completion_tokens": 60,
|
|
"prompt_tokens": 27,
|
|
"total_tokens": 87
|
|
}
|
|
},
|
|
"responses": [
|
|
"I'm sorry, as an AI language model, I don't have access to current, up-to-date information about the weather. However, you can check the current weather in Boston by doing a quick online search or by downloading a weather app that can give you updates on the weather in real-time."
|
|
],
|
|
"uid": "d2578c6d-90a9-4208-9dbb-b1f5afb7d512"
|
|
},
|
|
"What's the weather like in Boston?": {
|
|
"info": {
|
|
"prompt": "What's the weather like in Boston?"
|
|
},
|
|
"llm": "gpt-3.5-turbo",
|
|
"metavars": {},
|
|
"prompt": "What's the weather like in Boston?",
|
|
"query": {
|
|
"frequency_penalty": 0,
|
|
"messages": [
|
|
{
|
|
"content": "You are a helpful assistant.",
|
|
"role": "system"
|
|
},
|
|
{
|
|
"content": "What's the weather like in Boston?",
|
|
"role": "user"
|
|
}
|
|
],
|
|
"model": "gpt-3.5-turbo",
|
|
"n": 1,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"raw_response": {
|
|
"choices": [
|
|
{
|
|
"finish_reason": "stop",
|
|
"index": 0,
|
|
"message": {
|
|
"content": "I'm sorry, I cannot provide real-time information as I do not have access to live data. However, you can check reliable weather websites or applications for up-to-date information about the weather in Boston.",
|
|
"role": "assistant"
|
|
}
|
|
}
|
|
],
|
|
"created": 1686690642,
|
|
"id": "chatcmpl-7R5ZiwQcOHitrDS6OqbnzZtv7fOB8",
|
|
"model": "gpt-3.5-turbo-0301",
|
|
"object": "chat.completion",
|
|
"usage": {
|
|
"completion_tokens": 41,
|
|
"prompt_tokens": 27,
|
|
"total_tokens": 68
|
|
}
|
|
},
|
|
"responses": [
|
|
"I'm sorry, I cannot provide real-time information as I do not have access to live data. However, you can check reliable weather websites or applications for up-to-date information about the weather in Boston."
|
|
],
|
|
"uid": "e342daaf-acde-4988-a759-c1c753efd670"
|
|
},
|
|
"Who directed the movie Tornado?": {
|
|
"info": {
|
|
"prompt": "Who directed the movie Tornado?"
|
|
},
|
|
"llm": "gpt-3.5-turbo",
|
|
"metavars": {},
|
|
"prompt": "Who directed the movie Tornado?",
|
|
"query": {
|
|
"frequency_penalty": 0,
|
|
"messages": [
|
|
{
|
|
"content": "You are a helpful assistant.",
|
|
"role": "system"
|
|
},
|
|
{
|
|
"content": "Who directed the movie Tornado?",
|
|
"role": "user"
|
|
}
|
|
],
|
|
"model": "gpt-3.5-turbo",
|
|
"n": 1,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"raw_response": {
|
|
"choices": [
|
|
{
|
|
"finish_reason": "stop",
|
|
"index": 0,
|
|
"message": {
|
|
"content": "The 1996 movie \"Tornado\" was directed by Noel Nosseck.",
|
|
"role": "assistant"
|
|
}
|
|
}
|
|
],
|
|
"created": 1686690642,
|
|
"id": "chatcmpl-7R5ZiVUVFwj5bfqk4B6nV6V70CR5Q",
|
|
"model": "gpt-3.5-turbo-0301",
|
|
"object": "chat.completion",
|
|
"usage": {
|
|
"completion_tokens": 17,
|
|
"prompt_tokens": 26,
|
|
"total_tokens": 43
|
|
}
|
|
},
|
|
"responses": [
|
|
"The 1996 movie \"Tornado\" was directed by Noel Nosseck."
|
|
],
|
|
"uid": "2f75b175-08fa-4d81-93ca-0716d72e9e4d"
|
|
},
|
|
"Who directed the movie Twister?": {
|
|
"info": {
|
|
"prompt": "Who directed the movie Twister?"
|
|
},
|
|
"llm": "old-gpt3.5",
|
|
"metavars": {
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"prompt": "Who directed the movie Twister?",
|
|
"query": {
|
|
"frequency_penalty": 0,
|
|
"messages": [
|
|
{
|
|
"content": "You are a helpful assistant.",
|
|
"role": "system"
|
|
},
|
|
{
|
|
"content": "Who directed the movie Twister?",
|
|
"role": "user"
|
|
}
|
|
],
|
|
"model": "gpt-3.5-turbo",
|
|
"n": 1,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"raw_response": {
|
|
"choices": [
|
|
{
|
|
"finish_reason": "stop",
|
|
"index": 0,
|
|
"message": {
|
|
"content": "The movie \"Twister\" was directed by Jan de Bont.",
|
|
"role": "assistant"
|
|
}
|
|
}
|
|
],
|
|
"created": 1688060195,
|
|
"id": "chatcmpl-7WprHzPMNAUbxvRIe6T6HYW36X331",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"object": "chat.completion",
|
|
"usage": {
|
|
"completion_tokens": 14,
|
|
"prompt_tokens": 24,
|
|
"total_tokens": 38
|
|
}
|
|
},
|
|
"responses": [
|
|
"The movie \"Twister\" was directed by Jan de Bont."
|
|
],
|
|
"uid": "1e884f42-d130-4a33-9039-22490772902d"
|
|
}
|
|
},
|
|
"prompt-1686689549227.json": {
|
|
"cache_files": {
|
|
"prompt-1686689549227_6.json": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"prompt-1686689549227_4.json": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
}
|
|
},
|
|
"responses_last_run": [
|
|
{
|
|
"vars": {
|
|
"prompt": "What's the weather like in Boston?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"llm": "gpt3.5-turbo-0613",
|
|
"prompt": "What's the weather like in Boston?",
|
|
"responses": [
|
|
"[[FUNCTION]] get_current_weather{\n \"format\": \"celsius\",\n \"location\": \"Boston, MA\"\n}"
|
|
],
|
|
"tokens": {
|
|
"completion_tokens": 26,
|
|
"prompt_tokens": 98,
|
|
"total_tokens": 124
|
|
},
|
|
"uid": "cfa8f743-32c7-4a24-8141-9e1fa264af49"
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "What's the weather like in Boston?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"llm": "old-gpt3.5",
|
|
"prompt": "What's the weather like in Boston?",
|
|
"responses": [
|
|
"I'm sorry, I cannot provide real-time information as I do not have access to live data. However, you can check reliable weather websites or applications for up-to-date information about the weather in Boston."
|
|
],
|
|
"tokens": {
|
|
"completion_tokens": 41,
|
|
"prompt_tokens": 27,
|
|
"total_tokens": 68
|
|
},
|
|
"uid": "e342daaf-acde-4988-a759-c1c753efd670"
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "Who directed the movie Twister?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"llm": "gpt3.5-turbo-0613",
|
|
"prompt": "Who directed the movie Twister?",
|
|
"responses": [
|
|
"The movie \"Twister\" was directed by Jan de Bont."
|
|
],
|
|
"tokens": {
|
|
"completion_tokens": 15,
|
|
"prompt_tokens": 97,
|
|
"total_tokens": 112
|
|
},
|
|
"uid": "ebcba322-b11c-4680-8170-98b0f3bebbe5"
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "Who directed the movie Twister?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"llm": "old-gpt3.5",
|
|
"prompt": "Who directed the movie Twister?",
|
|
"responses": [
|
|
"The movie \"Twister\" was directed by Jan de Bont."
|
|
],
|
|
"tokens": {
|
|
"completion_tokens": 14,
|
|
"prompt_tokens": 24,
|
|
"total_tokens": 38
|
|
},
|
|
"uid": "1e884f42-d130-4a33-9039-22490772902d"
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "What causes thunderstorms?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"llm": "gpt3.5-turbo-0613",
|
|
"prompt": "What causes thunderstorms?",
|
|
"responses": [
|
|
"Thunderstorms are caused by the rapid upward movement of warm, moist air, which then cools and condenses, forming cumulonimbus clouds. These clouds contain large amounts of water vapor, ice, and electrically charged particles. As the air continues to rise, the water droplets and ice particles within the clouds collide, leading to the development of strong updrafts and downdrafts. The movement of these particles within the cloud generates electrical charges, resulting in the formation of lightning. The rapid expansion and contraction of the air around the lightning bolt creates a shock wave that we hear as thunder."
|
|
],
|
|
"tokens": {
|
|
"completion_tokens": 123,
|
|
"prompt_tokens": 95,
|
|
"total_tokens": 218
|
|
},
|
|
"uid": "ba600f1c-ea3c-4c74-b5e5-bf03739d6d1c"
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "What causes thunderstorms?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"llm": "old-gpt3.5",
|
|
"prompt": "What causes thunderstorms?",
|
|
"responses": [
|
|
"Thunderstorms are caused by the rapid upward movement of warm, moist air, which creates unstable atmospheric conditions. As the warm air rises, it cools and forms cumulonimbus clouds, which are the towering dark clouds that typically come to mind when thinking of a thunderstorm. Within these clouds, a variety of atmospheric conditions exist that can cause the development of lightning, thunder, heavy rain, hail, and tornadoes. The exact cause of a thunderstorm can vary depending on the location, time of year, and other environmental factors."
|
|
],
|
|
"tokens": {
|
|
"completion_tokens": 108,
|
|
"prompt_tokens": 24,
|
|
"total_tokens": 132
|
|
},
|
|
"uid": "8c2e8fb8-76dc-455d-8ba7-252f99594b36"
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "What is the typical temperature in Kenya in June?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"llm": "gpt3.5-turbo-0613",
|
|
"prompt": "What is the typical temperature in Kenya in June?",
|
|
"responses": [
|
|
"[[FUNCTION]] get_current_weather{\n \"format\": \"celsius\",\n \"location\": \"Kenya\"\n}"
|
|
],
|
|
"tokens": {
|
|
"completion_tokens": 25,
|
|
"prompt_tokens": 100,
|
|
"total_tokens": 125
|
|
},
|
|
"uid": "2a8ff935-4c25-4222-8d37-22634b8c6208"
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "What is the typical temperature in Kenya in June?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"llm": "old-gpt3.5",
|
|
"prompt": "What is the typical temperature in Kenya in June?",
|
|
"responses": [
|
|
"The typical temperature in Kenya in June varies depending on the region, but generally, temperatures range from 19°C (66°F) to 30°C (86°F). In some parts of the country, particularly in areas of higher elevation, temperatures may be cooler, while in areas closer to the equator temperatures can be quite hot."
|
|
],
|
|
"tokens": {
|
|
"completion_tokens": 67,
|
|
"prompt_tokens": 29,
|
|
"total_tokens": 96
|
|
},
|
|
"uid": "a993b28a-df28-462e-9e2b-e7afd6742824"
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "What is the average temperature in Hawaii in December?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"llm": "gpt3.5-turbo-0613",
|
|
"prompt": "What is the average temperature in Hawaii in December?",
|
|
"responses": [
|
|
"[[FUNCTION]] get_current_weather{\n \"format\": \"celsius\",\n \"location\": \"Honolulu, HI\"\n}"
|
|
],
|
|
"tokens": {
|
|
"completion_tokens": 27,
|
|
"prompt_tokens": 100,
|
|
"total_tokens": 127
|
|
},
|
|
"uid": "4b818464-a297-429e-b081-19c61b12bae7"
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "What is the average temperature in Hawaii in December?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"llm": "old-gpt3.5",
|
|
"prompt": "What is the average temperature in Hawaii in December?",
|
|
"responses": [
|
|
"The average temperature in Hawaii in December is around 77°F (25°C) during the day and 66°F (19°C) at night."
|
|
],
|
|
"tokens": {
|
|
"completion_tokens": 30,
|
|
"prompt_tokens": 29,
|
|
"total_tokens": 59
|
|
},
|
|
"uid": "426b0d32-7afd-46a8-a9db-b0e893e7e3b7"
|
|
}
|
|
]
|
|
},
|
|
"vis-1686689549227.json": {},
|
|
"inspectNode-1686689970738.json": {},
|
|
"textFieldsNode-1686690525665.json": {},
|
|
"evalNode-1688060142717.json": [
|
|
{
|
|
"vars": {
|
|
"prompt": "What's the weather like in Boston?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"uid": "cfa8f743-32c7-4a24-8141-9e1fa264af49",
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"prompt": "What's the weather like in Boston?",
|
|
"responses": [
|
|
"[[FUNCTION]] get_current_weather\\{\n \"format\": \"celsius\",\n \"location\": \"Boston, MA\"\n\\}"
|
|
],
|
|
"tokens": {},
|
|
"eval_res": {
|
|
"items": [
|
|
true
|
|
],
|
|
"dtype": "Categorical"
|
|
}
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "What's the weather like in Boston?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"uid": "e342daaf-acde-4988-a759-c1c753efd670",
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"prompt": "What's the weather like in Boston?",
|
|
"responses": [
|
|
"I'm sorry, I cannot provide real-time information as I do not have access to live data. However, you can check reliable weather websites or applications for up-to-date information about the weather in Boston."
|
|
],
|
|
"tokens": {},
|
|
"eval_res": {
|
|
"items": [
|
|
false
|
|
],
|
|
"dtype": "Categorical"
|
|
}
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "Who directed the movie Twister?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"uid": "ebcba322-b11c-4680-8170-98b0f3bebbe5",
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"prompt": "Who directed the movie Twister?",
|
|
"responses": [
|
|
"The movie \"Twister\" was directed by Jan de Bont."
|
|
],
|
|
"tokens": {},
|
|
"eval_res": {
|
|
"items": [
|
|
false
|
|
],
|
|
"dtype": "Categorical"
|
|
}
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "Who directed the movie Twister?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"uid": "1e884f42-d130-4a33-9039-22490772902d",
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"prompt": "Who directed the movie Twister?",
|
|
"responses": [
|
|
"The movie \"Twister\" was directed by Jan de Bont."
|
|
],
|
|
"tokens": {},
|
|
"eval_res": {
|
|
"items": [
|
|
false
|
|
],
|
|
"dtype": "Categorical"
|
|
}
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "What causes thunderstorms?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"uid": "ba600f1c-ea3c-4c74-b5e5-bf03739d6d1c",
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"prompt": "What causes thunderstorms?",
|
|
"responses": [
|
|
"Thunderstorms are caused by the rapid upward movement of warm, moist air, which then cools and condenses, forming cumulonimbus clouds. These clouds contain large amounts of water vapor, ice, and electrically charged particles. As the air continues to rise, the water droplets and ice particles within the clouds collide, leading to the development of strong updrafts and downdrafts. The movement of these particles within the cloud generates electrical charges, resulting in the formation of lightning. The rapid expansion and contraction of the air around the lightning bolt creates a shock wave that we hear as thunder."
|
|
],
|
|
"tokens": {},
|
|
"eval_res": {
|
|
"items": [
|
|
false
|
|
],
|
|
"dtype": "Categorical"
|
|
}
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "What causes thunderstorms?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"uid": "8c2e8fb8-76dc-455d-8ba7-252f99594b36",
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"prompt": "What causes thunderstorms?",
|
|
"responses": [
|
|
"Thunderstorms are caused by the rapid upward movement of warm, moist air, which creates unstable atmospheric conditions. As the warm air rises, it cools and forms cumulonimbus clouds, which are the towering dark clouds that typically come to mind when thinking of a thunderstorm. Within these clouds, a variety of atmospheric conditions exist that can cause the development of lightning, thunder, heavy rain, hail, and tornadoes. The exact cause of a thunderstorm can vary depending on the location, time of year, and other environmental factors."
|
|
],
|
|
"tokens": {},
|
|
"eval_res": {
|
|
"items": [
|
|
false
|
|
],
|
|
"dtype": "Categorical"
|
|
}
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "What is the typical temperature in Kenya in June?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"uid": "2a8ff935-4c25-4222-8d37-22634b8c6208",
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"prompt": "What is the typical temperature in Kenya in June?",
|
|
"responses": [
|
|
"[[FUNCTION]] get_current_weather\\{\n \"format\": \"celsius\",\n \"location\": \"Kenya\"\n\\}"
|
|
],
|
|
"tokens": {},
|
|
"eval_res": {
|
|
"items": [
|
|
true
|
|
],
|
|
"dtype": "Categorical"
|
|
}
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "What is the typical temperature in Kenya in June?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"uid": "a993b28a-df28-462e-9e2b-e7afd6742824",
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"prompt": "What is the typical temperature in Kenya in June?",
|
|
"responses": [
|
|
"The typical temperature in Kenya in June varies depending on the region, but generally, temperatures range from 19°C (66°F) to 30°C (86°F). In some parts of the country, particularly in areas of higher elevation, temperatures may be cooler, while in areas closer to the equator temperatures can be quite hot."
|
|
],
|
|
"tokens": {},
|
|
"eval_res": {
|
|
"items": [
|
|
false
|
|
],
|
|
"dtype": "Categorical"
|
|
}
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "What is the average temperature in Hawaii in December?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "gpt3.5-turbo-0613"
|
|
},
|
|
"uid": "4b818464-a297-429e-b081-19c61b12bae7",
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🌦️",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": "[\n {\n \"name\": \"get_current_weather\",\n \"description\": \"Get the current weather\",\n \"parameters\": {\n \"type\": \"object\",\n \"properties\": {\n \"location\": {\n \"type\": \"string\",\n \"description\": \"The city and state, e.g. San Francisco, CA\"\n },\n \"format\": {\n \"type\": \"string\",\n \"enum\": [\"celsius\", \"fahrenheit\"],\n \"description\": \"The temperature unit to use. Infer this from the users location.\"\n }\n },\n \"required\": [\"location\", \"format\"]\n }\n }\n]",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"presence_penalty": 0,
|
|
"shortname": "gpt3.5-turbo-0613",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "af7031af-96ae-44b8-bcc4-3538f3174b73",
|
|
"model": "gpt-3.5-turbo-0613",
|
|
"name": "gpt3.5-turbo-0613",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "auto",
|
|
"functions": [
|
|
{
|
|
"description": "Get the current weather",
|
|
"name": "get_current_weather",
|
|
"parameters": {
|
|
"properties": {
|
|
"format": {
|
|
"description": "The temperature unit to use. Infer this from the users location.",
|
|
"enum": [
|
|
"celsius",
|
|
"fahrenheit"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"location": {
|
|
"description": "The city and state, e.g. San Francisco, CA",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location",
|
|
"format"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
],
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"prompt": "What is the average temperature in Hawaii in December?",
|
|
"responses": [
|
|
"[[FUNCTION]] get_current_weather\\{\n \"format\": \"celsius\",\n \"location\": \"Honolulu, HI\"\n\\}"
|
|
],
|
|
"tokens": {},
|
|
"eval_res": {
|
|
"items": [
|
|
true
|
|
],
|
|
"dtype": "Categorical"
|
|
}
|
|
},
|
|
{
|
|
"vars": {
|
|
"prompt": "What is the average temperature in Hawaii in December?"
|
|
},
|
|
"metavars": {
|
|
"__pt": "{prompt}",
|
|
"LLM_0": "old-gpt3.5"
|
|
},
|
|
"uid": "426b0d32-7afd-46a8-a9db-b0e893e7e3b7",
|
|
"llm": {
|
|
"base_model": "gpt-3.5-turbo",
|
|
"emoji": "🙂",
|
|
"formData": {
|
|
"frequency_penalty": 0,
|
|
"function_call": "",
|
|
"functions": "",
|
|
"model": "gpt-3.5-turbo",
|
|
"presence_penalty": 0,
|
|
"shortname": "old-gpt3.5",
|
|
"stop": "",
|
|
"system_msg": "You are a helpful assistant.",
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"key": "fead74ce-615a-4812-869d-9735d9d985de",
|
|
"model": "gpt-3.5-turbo",
|
|
"name": "old-gpt3.5",
|
|
"settings": {
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"temperature": 1,
|
|
"top_p": 1
|
|
},
|
|
"temp": 1,
|
|
"progress": {
|
|
"success": 0,
|
|
"error": 0
|
|
}
|
|
},
|
|
"prompt": "What is the average temperature in Hawaii in December?",
|
|
"responses": [
|
|
"The average temperature in Hawaii in December is around 77°F (25°C) during the day and 66°F (19°C) at night."
|
|
],
|
|
"tokens": {},
|
|
"eval_res": {
|
|
"items": [
|
|
false
|
|
],
|
|
"dtype": "Categorical"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |