Arhashmi commited on
Commit
5e8cc46
1 Parent(s): e105537

Update function.py

Browse files
Files changed (1) hide show
  1. function.py +1 -0
function.py CHANGED
@@ -5,6 +5,7 @@ from langchain.chains import SequentialChain
5
  from langchain.llms import HuggingFaceHub
6
  from dotenv import load_dotenv
7
 
 
8
  # load_dotenv();
9
  config = {'max_new_tokens': 512, 'temperature': 0.6}
10
 
 
5
  from langchain.llms import HuggingFaceHub
6
  from dotenv import load_dotenv
7
 
8
+
9
  # load_dotenv();
10
  config = {'max_new_tokens': 512, 'temperature': 0.6}
11