codelion commited on
Commit
90ea612
·
verified ·
1 Parent(s): a22b068

Update github_repo_analyzer.py

Browse files
Files changed (1) hide show
  1. github_repo_analyzer.py +1 -1
github_repo_analyzer.py CHANGED
@@ -165,7 +165,7 @@ def analyze_pull_requests(github_repo, max_prs):
165
  def call_llm(client, prompt, model="nousresearch/hermes-3-llama-3.1-405b:free", max_tokens=4096):
166
  response = client.chat.completions.create(
167
  extra_headers={
168
- "HTTP-Referer": "https://patched.codes"
169
  "X-Title": "Patched GitHub Repo Analyzer"
170
  }
171
  model=model,
 
165
  def call_llm(client, prompt, model="nousresearch/hermes-3-llama-3.1-405b:free", max_tokens=4096):
166
  response = client.chat.completions.create(
167
  extra_headers={
168
+ "HTTP-Referer": "https://patched.codes",
169
  "X-Title": "Patched GitHub Repo Analyzer"
170
  }
171
  model=model,