Fixed bug in cost display and handling

This commit is contained in:
2026-01-26 11:39:42 +01:00
parent 9a76ce2c1f
commit 8d0461a320

2
oai.py
View File

@@ -48,7 +48,7 @@ except ImportError:
print("Warning: MCP library not found. Install with: pip install mcp") print("Warning: MCP library not found. Install with: pip install mcp")
# App version # App version
version = '2.1.0-RC1' version = '2.1.0-RC2'
app = typer.Typer() app = typer.Typer()