Explorar o código

Update research-analyzer.py

Remove API Key
Chester Hu hai 2 meses
pai
achega
32880fd9b2

+ 1 - 1
end-to-end-use-cases/research_paper_analyzer/research-analyzer.py

@@ -53,7 +53,7 @@ def extract_references_with_llm(pdf_content):
     if len(text) > max_length:
         text = text[:max_length] + "..."
 
-    client = Together(api_key="4a9f7614927a3abd614a170fc5d4283b68e8685764c06dd98b1e1066651b9229")
+    client = Together(api_key="Your API key here")
 
     citations = client.chat.completions.create(
         model="meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",