acecalisto3 commited on
Commit
b95d0fd
·
verified ·
1 Parent(s): 22dec37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -13,9 +13,6 @@ GITHUB_API_BASE_URL = "https://api.github.com/repos"
13
  DEFAULT_MODEL = "microsoft/CodeBERT-base"
14
  MAX_RELATED_ISSUES = 3
15
 
16
- # Hugging Face Inference Client
17
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
18
-
19
  # Load a pre-trained model for sentence similarity
20
  similarity_model = SentenceTransformer('all-mpnet-base-v2')
21
 
 
13
  DEFAULT_MODEL = "microsoft/CodeBERT-base"
14
  MAX_RELATED_ISSUES = 3
15
 
 
 
 
16
  # Load a pre-trained model for sentence similarity
17
  similarity_model = SentenceTransformer('all-mpnet-base-v2')
18