remove example

This commit is contained in:
cotran 2025-02-13 12:40:57 -08:00
parent 2f86900c3a
commit 86afa154ad

View file

@ -54,20 +54,6 @@ def get_hallucination_data_complex():
return req, True, True, True
def get_hallucination_data_easy():
# Create instances of the Message class
message1 = Message(role="user", content="How is the weather in Seattle?")
# Create a list of tools
tools = [get_weather_api]
# Create an instance of the ChatMessage class
req = ChatMessage(messages=[message1], tools=tools)
# model will hallucinate
return req, True, True, True
def get_hallucination_data_medium():
# Create instances of the Message class
message1 = Message(role="user", content="How is the weather in?")