fudii0921 commited on
Commit
70cf566
·
verified ·
1 Parent(s): 0b5dfee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.1-8b-instant', groq_api_key=GROQ_API_KEY)
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):