We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3e450 commit 9f5ce38Copy full SHA for 9f5ce38
ads/llm/langchain/plugins/llm_gen_ai.py
@@ -64,7 +64,7 @@ def _identifying_params(self) -> Dict[str, Any]:
64
return {
65
**{
66
"model": self.model,
67
- "task": self.task.value,
+ "task": self.task,
68
"client_kwargs": self.client_kwargs,
69
"endpoint_kwargs": self.endpoint_kwargs,
70
},
0 commit comments