Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ os.environ["GROQ_API_KEY"] = token
|
|
| 54 |
GROQ_API_KEY = os.environ.get('GROQ_API_KEY')
|
| 55 |
|
| 56 |
# Set up LLM and Flux client
|
| 57 |
-
llm = ChatGroq(temperature=0, model_name='llama-3.
|
| 58 |
flux_client = Client("black-forest-labs/Flux.1-schnell")
|
| 59 |
|
| 60 |
def create_graph(text):
|
|
|
|
| 54 |
GROQ_API_KEY = os.environ.get('GROQ_API_KEY')
|
| 55 |
|
| 56 |
# Set up LLM and Flux client
|
| 57 |
+
llm = ChatGroq(temperature=0, model_name='llama-3.3-70b-versatile', groq_api_key=GROQ_API_KEY)
|
| 58 |
flux_client = Client("black-forest-labs/Flux.1-schnell")
|
| 59 |
|
| 60 |
def create_graph(text):
|