Parthebhan commited on
Commit
0b7b2eb
·
verified ·
1 Parent(s): 1e88702

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ api_key = os.getenv("HF_API_KEY")
10
 
11
 
12
  # Initialize the text generation pipeline
13
- pipe = pipeline("text-generation", model="llama3-8b-8192", use_auth_token=api_key)
14
 
15
 
16
  @app.get("/")
 
10
 
11
 
12
  # Initialize the text generation pipeline
13
+ pipe = pipeline("text-generation", model="meta-llama/Meta-Llama-3.1-8B", use_auth_token=api_key)
14
 
15
 
16
  @app.get("/")