Yash Sachdeva commited on
Commit
c31fdd4
1 Parent(s): 71d2fa7

question_paper

Browse files
Files changed (1) hide show
  1. question_paper.py +1 -1
question_paper.py CHANGED
@@ -9,7 +9,7 @@ from transformers import AutoTokenizer
9
  # Load the model
10
 
11
  app = FastAPI()
12
- model = "meta-llama/Llama-2-70b-hf"
13
  access_token = os.getenv("access_token")
14
  @app.get("/")
15
  def llama():
 
9
  # Load the model
10
 
11
  app = FastAPI()
12
+ model = "meta-llama/Llama-2-7b-hf"
13
  access_token = os.getenv("access_token")
14
  @app.get("/")
15
  def llama():