Bjo53 commited on
Commit
d5518df
Β·
verified Β·
1 Parent(s): 65b6aa8

Update agent1.py

Browse files
Files changed (1) hide show
  1. agent1.py +3 -3
agent1.py CHANGED
@@ -28,12 +28,12 @@ class Config:
28
  OPENAI_KEY = ""
29
  ANTHROPIC_KEY = ""
30
  GROQ_KEY = ""
31
- GOOGLE_KEY = ""
32
  CUSTOM_AI_URL = "https://bjo53-brukguardian.hf.space/v1/chat/completions"
33
  CUSTOM_AI_KEY = "pekka-secret-key"
34
  CUSTOM_AI_MODEL = "brukguardian-v1"
35
  CUSTOM_AI_FALLBACK_URL = "https://bjo53-brukguardian.hf.space/v1/chat/completions"
36
- DEFAULT_MODEL = "brukguardian-v1" # Set to use your custom brain by default
37
 
38
  # ── 3. VISION MODEL ──
39
  OLLAMA_URL = "http://127.0.0.1:11434"
@@ -399,7 +399,7 @@ class LLM:
399
  "gpt-4o-mini": "openai",
400
  "claude-3-5-sonnet-20241022": "anthropic",
401
  "llama-3.3-70b-versatile": "groq",
402
- "gemini-2.0-flash": "google",
403
  }
404
  if Config.CUSTOM_AI_MODEL:
405
  MODELS[Config.CUSTOM_AI_MODEL] = "custom"
 
28
  OPENAI_KEY = ""
29
  ANTHROPIC_KEY = ""
30
  GROQ_KEY = ""
31
+ GOOGLE_KEY = "AIzaSyDHOEiPizohtUmK-q50-w842MsAiFEyHm4"
32
  CUSTOM_AI_URL = "https://bjo53-brukguardian.hf.space/v1/chat/completions"
33
  CUSTOM_AI_KEY = "pekka-secret-key"
34
  CUSTOM_AI_MODEL = "brukguardian-v1"
35
  CUSTOM_AI_FALLBACK_URL = "https://bjo53-brukguardian.hf.space/v1/chat/completions"
36
+ DEFAULT_MODEL = "gemini-2.5-flash-lite" # Set to use your custom brain by default
37
 
38
  # ── 3. VISION MODEL ──
39
  OLLAMA_URL = "http://127.0.0.1:11434"
 
399
  "gpt-4o-mini": "openai",
400
  "claude-3-5-sonnet-20241022": "anthropic",
401
  "llama-3.3-70b-versatile": "groq",
402
+ "gemini-2.5-flash-lite": "google",
403
  }
404
  if Config.CUSTOM_AI_MODEL:
405
  MODELS[Config.CUSTOM_AI_MODEL] = "custom"