Skip to content

Commit e375991

Browse files
committed
chore: remove fix_readme.py
1 parent 773ee7e commit e375991

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

health_check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def section(title):
132132
bool(groq_key),
133133
f"Key starts with: {groq_key[:8]}..." if groq_key else "NOT SET — mock mode will be used")
134134

135-
provider = os.getenv("TRANSCRIPT_AI_PROVIDER", "auto")
135+
provider = os.getenv("TRANSCRIPT_AI_PROVIDER", "ollama")
136136
check("TRANSCRIPT_AI_PROVIDER",
137137
True,
138138
f"Current value: '{provider}'")
@@ -244,7 +244,7 @@ def section(title):
244244

245245
# Restore original provider
246246
if groq_key:
247-
os.environ["TRANSCRIPT_AI_PROVIDER"] = "auto"
247+
os.environ["TRANSCRIPT_AI_PROVIDER"] = "ollama"
248248

249249
except Exception as e:
250250
check("Quick analysis test", False, str(e)[:120])

0 commit comments

Comments
 (0)