aiqtech commited on
Commit
cf3aa91
·
verified ·
1 Parent(s): bed2f47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  import requests
5
  import pandas as pd
6
 
7
- client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
8
 
9
 
10
  # 현재 스크립트의 디렉토리를 기준으로 상대 경로 설정
 
4
  import requests
5
  import pandas as pd
6
 
7
+ client = InferenceClient("meta-llama/Meta-Llama-3-70B-Instruct", token=os.getenv("HF_TOKEN"))
8
 
9
 
10
  # 현재 스크립트의 디렉토리를 기준으로 상대 경로 설정