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 b1b26a6 commit 351d238Copy full SHA for 351d238
base/models.py
@@ -198,7 +198,7 @@ def get_vendor_env(self):
198
'aws_secret_access_key': self.get_vendor_key('aws_secret_access_key'),
199
'aws_default_region': self.get_vendor_key('aws_default_region'),
200
'azure_openai_endpoint': self.get_vendor_key('azure_openai_endpoint'),
201
- 'localai_api_key': self.get_vendor_key('localai_key'),
+ 'localai_api_key': self.get_vendor_key('localai_api_key'),
202
'localai_base_url': self.get_vendor_key('localai_base_url'),
203
'weaviate_url': self.weaviate_url,
204
'weaviate_api_key': self.weaviate_api_key,
0 commit comments