KarthickAdopleAI commited on
Commit
29da5eb
·
verified ·
1 Parent(s): 80d956e

Update sales_helper.py

Browse files
Files changed (1) hide show
  1. sales_helper.py +0 -5
sales_helper.py CHANGED
@@ -1,9 +1,4 @@
1
  import os
2
- os.environ['AZURE_OPENAI_API_KEY'] = "5c68e66b7eb3470987c9088b6602c6c7"
3
- os.environ['AZURE_OPENAI_ENDPOINT'] = "https://azureadople.openai.azure.com/"
4
- os.environ['OPENAI_API_VERSION'] = "2023-07-01-preview"
5
- ## Get your API keys from https://platform.openai.com/account/api-keys
6
-
7
  from typing import Dict, List, Any
8
  from langchain import LLMChain, PromptTemplate
9
  from langchain.llms import BaseLLM
 
1
  import os
 
 
 
 
 
2
  from typing import Dict, List, Any
3
  from langchain import LLMChain, PromptTemplate
4
  from langchain.llms import BaseLLM