DrishtiSharma commited on
Commit
1e9aadf
Β·
verified Β·
1 Parent(s): 469ba8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -30,7 +30,6 @@ llm = None
30
  # Model Selection
31
  model_choice = st.radio("Select LLM", ["GPT-4o", "llama-3.3-70b"], index=0, horizontal=True)
32
 
33
-
34
  # API Key Validation and LLM Initialization
35
  groq_api_key = os.getenv("GROQ_API_KEY")
36
  openai_api_key = os.getenv("OPENAI_API_KEY")
 
30
  # Model Selection
31
  model_choice = st.radio("Select LLM", ["GPT-4o", "llama-3.3-70b"], index=0, horizontal=True)
32
 
 
33
  # API Key Validation and LLM Initialization
34
  groq_api_key = os.getenv("GROQ_API_KEY")
35
  openai_api_key = os.getenv("OPENAI_API_KEY")