Spaces:
Running
Running
girishwangikar
commited on
Commit
•
fc5da88
1
Parent(s):
bd5645e
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ BASE_DIR = os.getcwd()
|
|
21 |
GROQ_API_KEY = os.environ.get('GROQ_API_KEY')
|
22 |
|
23 |
# Set up LLM and Flux client
|
24 |
-
llm = ChatGroq(temperature=0, model_name='llama-3.1-8b-instant', groq_api_key=
|
25 |
flux_client = Client("black-forest-labs/Flux.1-schnell")
|
26 |
|
27 |
def create_graph(text):
|
|
|
21 |
GROQ_API_KEY = os.environ.get('GROQ_API_KEY')
|
22 |
|
23 |
# Set up LLM and Flux client
|
24 |
+
llm = ChatGroq(temperature=0, model_name='llama-3.1-8b-instant', groq_api_key=GROQ_API_KEY)
|
25 |
flux_client = Client("black-forest-labs/Flux.1-schnell")
|
26 |
|
27 |
def create_graph(text):
|