prashantmatlani commited on
Commit
52fbf0b
·
1 Parent(s): bd7c5b9

updated llm

Browse files
Files changed (1) hide show
  1. core_logic.py +6 -2
core_logic.py CHANGED
@@ -10,8 +10,12 @@ from huggingface_hub import InferenceClient
10
  from tools import web_search, parse_file
11
 
12
  # Recommended: Qwen2.5-Coder-32B or Llama-3.1-70B-Instruct
13
- #client = InferenceClient("Qwen/Qwen2.5-Coder-32B-Instruct", token=os.getenv("HF_TOKEN"))
14
- client = InferenceClient("deepseek-ai/DeepSeek-V4-Pro", token=os.getenv("HF_TOKEN"))
 
 
 
 
15
 
16
  SYSTEM_PROMPT = """
17
  You are the 'Silicon Architect'—a master-stroke creative genius in AI Engineering and Technical Architecture.
 
10
  from tools import web_search, parse_file
11
 
12
  # Recommended: Qwen2.5-Coder-32B or Llama-3.1-70B-Instruct
13
+ #client = InferenceClient("deepseek-ai/DeepSeek-V4-Pro", token=os.getenv("HF_TOKEN"))
14
+ client = InferenceClient("Qwen/Qwen2.5-Coder-32B-Instruct", token=os.getenv("HF_TOKEN"))
15
+ #client = InferenceClient("Qwen/Qwen2.5-Coder-7B-Instruct", token=os.getenv("HF_TOKEN"))
16
+ #client = InferenceClient("llama-3.1-8b-instant", token=os.getenv("HF_TOKEN")) "llama-3.1-70b-versatile" -> GROQ API
17
+ #client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct", token=os.getenv("HF_TOKEN")) # Or "Qwen/Qwen2.5-72B-Instruct"
18
+
19
 
20
  SYSTEM_PROMPT = """
21
  You are the 'Silicon Architect'—a master-stroke creative genius in AI Engineering and Technical Architecture.