aintel-vs commited on
Commit
225653b
·
verified ·
1 Parent(s): 6ed4170

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ load_dotenv()
46
  # Replace all calls to HfApiModel
47
  llm_model = LiteLLMModel(
48
  model_id="gemini/gemini-2.0-flash", # you can see other model names here: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models. It is important to prefix the name with "gemini/"
49
- api_key=os.getenv("AIzaSyDuxgug177abEYu49axKHvHdm3mecg2-II"),
50
  max_tokens=8192
51
  )
52
 
 
46
  # Replace all calls to HfApiModel
47
  llm_model = LiteLLMModel(
48
  model_id="gemini/gemini-2.0-flash", # you can see other model names here: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models. It is important to prefix the name with "gemini/"
49
+ api_key="AIzaSyDuxgug177abEYu49axKHvHdm3mecg2-II",
50
  max_tokens=8192
51
  )
52