fantaxy commited on
Commit
95c2d7a
·
verified ·
1 Parent(s): 458ee9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  import requests
7
 
8
  # 추론 API 클라이언트 설정
9
- hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus-08-2024", token="os.getenv("HF_TOKEN")")
10
 
11
  def respond(
12
  message,
 
6
  import requests
7
 
8
  # 추론 API 클라이언트 설정
9
+ hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus-08-2024", token= os.getenv("HF_TOKEN"))
10
 
11
  def respond(
12
  message,