vishwam02 commited on
Commit
6f31834
·
verified ·
1 Parent(s): 605de45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ import os
108
  from groq import Groq
109
  import gradio as gr
110
 
111
- client = Groq(api_key = os.environ.get("llama_api_key"), )
112
 
113
  system_prompt = {
114
  "role": "system",
 
108
  from groq import Groq
109
  import gradio as gr
110
 
111
+ client = Groq(api_key = os.environ.get("GROQ_API_KEY"), )
112
 
113
  system_prompt = {
114
  "role": "system",