t2ag3 commited on
Commit
1caa1c6
·
verified ·
1 Parent(s): 1099265

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -12,7 +12,6 @@ For more information on `huggingface_hub` Inference API support, please check th
12
  """
13
 
14
  model_name = "llama-3.3-70b-versatile"
15
- groq_chat = ChatGroq(groq_api_key=groq_api_key, model_name=model_name)
16
  embeddings = HuggingFaceEmbeddings(
17
  model_name = "pkshatech/GLuCoSE-base-ja"
18
  )
 
12
  """
13
 
14
  model_name = "llama-3.3-70b-versatile"
 
15
  embeddings = HuggingFaceEmbeddings(
16
  model_name = "pkshatech/GLuCoSE-base-ja"
17
  )