We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51cb91 commit f180337Copy full SHA for f180337
1 file changed
llms/extensions/providers/nvidia.py
@@ -19,7 +19,7 @@ def __init__(self, **kwargs):
19
self.mode = kwargs.get("mode", "base")
20
self.gen_url = kwargs.get("api", "https://ai.api.nvidia.com/v1/genai")
21
22
- def to_response(self, response, chat, started_at):
+ def to_response(self, response, chat, started_at, context=None):
23
if "artifacts" in response:
24
for artifact in response["artifacts"]:
25
base64 = artifact.get("base64")
0 commit comments