add AnthropicAPI

This commit is contained in:
肖凌风 2023-07-21 13:17:26 -04:00
parent 4812a50cbd
commit 8c07be0e56
5 changed files with 44 additions and 3 deletions

View file

@ -54,6 +54,8 @@ class Config(metaclass=Singleton):
self.max_tokens_rsp = self._get('MAX_TOKENS', 2048)
self.deployment_id = self._get('DEPLOYMENT_ID')
self.claude_api_key = self._get('Anthropic_API_KEY')
self.serpapi_api_key = self._get('SERPAPI_API_KEY')
self.serper_api_key = self._get('SERPER_API_KEY')
self.google_api_key = self._get('GOOGLE_API_KEY')