faizee07 commited on
Commit
b9417ad
·
verified ·
1 Parent(s): d5172be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ class UIDesignAgent:
133
  }
134
 
135
  data = {
136
- "model": "openai/gpt-3.5-turbo",
137
  "messages": [
138
  {"role": "system", "content": system_prompt},
139
  {"role": "user", "content": f"Create page {page_number}: {page_description}. Use the EXACT colors provided. Return complete HTML with inline CSS."}
 
133
  }
134
 
135
  data = {
136
+ "model": "minimax/minimax-m2:free",
137
  "messages": [
138
  {"role": "system", "content": system_prompt},
139
  {"role": "user", "content": f"Create page {page_number}: {page_description}. Use the EXACT colors provided. Return complete HTML with inline CSS."}