DrishtiSharma commited on
Commit
03a60ec
·
verified ·
1 Parent(s): a3a692f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -37,8 +37,6 @@ model_choice = st.radio("Select LLM", ["GPT-4o", "llama-3.3-70b"], index=0, hori
37
  groq_api_key = os.getenv("GROQ_API_KEY")
38
  openai_api_key = os.getenv("OPENAI_API_KEY")
39
 
40
- #llm = ChatGroq(groq_api_key=os.getenv("GROQ_API_KEY"), model="groq/llama-3.3-70b-versatile")
41
-
42
  if model_choice == "llama-3.3-70b":
43
  if not groq_api_key:
44
  st.error("Groq API key is missing. Please set the GROQ_API_KEY environment variable.")
 
37
  groq_api_key = os.getenv("GROQ_API_KEY")
38
  openai_api_key = os.getenv("OPENAI_API_KEY")
39
 
 
 
40
  if model_choice == "llama-3.3-70b":
41
  if not groq_api_key:
42
  st.error("Groq API key is missing. Please set the GROQ_API_KEY environment variable.")