yetessam commited on
Commit
6205e88
·
verified ·
1 Parent(s): 4999ab5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -13
app.py CHANGED
@@ -36,19 +36,6 @@ else:
36
  custom_role_conversions=None,
37
  )
38
 
39
-
40
- '''
41
- model = LiteLLMModel(
42
- model_id="gemini/gemini-2.0-flash-exp",
43
- max_tokens=2096,
44
- temperature=0.6,
45
- api_key=os.getenv("LITELLM_API_KEY")
46
- )
47
-
48
- '''
49
-
50
-
51
-
52
  # Load prompts
53
  combined_prompts = load_prompts()
54
  combined_tools = load_tools() ## from the tools folder (don't remove final answer)
 
36
  custom_role_conversions=None,
37
  )
38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  # Load prompts
40
  combined_prompts = load_prompts()
41
  combined_tools = load_tools() ## from the tools folder (don't remove final answer)