adam kovari commited on
Commit
f0fbf86
1 Parent(s): 7e6a1ad
Files changed (2) hide show
  1. __pycache__/app.cpython-310.pyc +0 -0
  2. app.py +1 -1
__pycache__/app.cpython-310.pyc CHANGED
Binary files a/__pycache__/app.cpython-310.pyc and b/__pycache__/app.cpython-310.pyc differ
 
app.py CHANGED
@@ -12,7 +12,7 @@ login(token=access_token)
12
  # Create a new FastAPI app instance
13
  app = FastAPI()
14
 
15
- model_id = "meta-llama/Meta-Llama-3-70B"
16
 
17
  # Initialize the text generation pipeline
18
  # This function will be able to generate text
 
12
  # Create a new FastAPI app instance
13
  app = FastAPI()
14
 
15
+ model_id = "meta-llama/Meta-Llama-3-8B"
16
 
17
  # Initialize the text generation pipeline
18
  # This function will be able to generate text