abenkbp commited on
Commit
00cd85d
·
1 Parent(s): 419a2ec

upgrade to llama 3.1

Browse files
Files changed (1) hide show
  1. chat.py +1 -1
chat.py CHANGED
@@ -10,7 +10,7 @@ app = Flask(__name__)
10
  # Load the API key and initialize the InferenceClient
11
  api_key = os.getenv("UCODE_SECRET")
12
  login(api_key)
13
- client = InferenceClient("meta-llama/Meta-Llama-3-70B-Instruct")
14
 
15
  @app.route('/chat', methods=['POST'])
16
  @spaces.GPU()
 
10
  # Load the API key and initialize the InferenceClient
11
  api_key = os.getenv("UCODE_SECRET")
12
  login(api_key)
13
+ client = InferenceClient("meta-llama/Meta-Llama-3.1-70B-Instruct")
14
 
15
  @app.route('/chat', methods=['POST'])
16
  @spaces.GPU()