Spaces:
Sleeping
Sleeping
fix the indentation
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def estimate_repair_cost(damage_type, company, model, year, country):
|
|
48 |
|
49 |
try:
|
50 |
# Using client for API call
|
51 |
-
|
52 |
model="gpt-4o-mini",
|
53 |
messages=[
|
54 |
{"role": "system", "content": "You are an expert in car repair cost estimation."},
|
|
|
48 |
|
49 |
try:
|
50 |
# Using client for API call
|
51 |
+
response = client.chat.completions.create(
|
52 |
model="gpt-4o-mini",
|
53 |
messages=[
|
54 |
{"role": "system", "content": "You are an expert in car repair cost estimation."},
|