Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ class HuggingFaceHubWrapper:
|
|
110 |
|
111 |
def get_provider_default_settings(self):
|
112 |
return LlmStructuredOutputSettings(
|
113 |
-
output_type=LlmStructuredOutputType.
|
114 |
include_system_prompt=False,
|
115 |
include_user_prompt=False,
|
116 |
include_assistant_prompt=False,
|
|
|
110 |
|
111 |
def get_provider_default_settings(self):
|
112 |
return LlmStructuredOutputSettings(
|
113 |
+
output_type=LlmStructuredOutputType.no_structured_output, # Changed to a valid option
|
114 |
include_system_prompt=False,
|
115 |
include_user_prompt=False,
|
116 |
include_assistant_prompt=False,
|