mgokg commited on
Commit
9452d59
·
verified ·
1 Parent(s): c51298d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ read_key = os.environ.get('HF_TOKEN', None)
14
 
15
  # Use Llama 3 70B powered by Groq for answering
16
  def ask_llm(ort):
17
- client = groq.Client(api_key=api_key)
18
  try:
19
  completion = client.chat.completions.create(
20
  model="llama3-70b-8192",
 
14
 
15
  # Use Llama 3 70B powered by Groq for answering
16
  def ask_llm(ort):
17
+ client = groq.Client(api_key=api_key)
18
  try:
19
  completion = client.chat.completions.create(
20
  model="llama3-70b-8192",