From a0ed0eaaf034868139959a513aa78a2f866bc90b Mon Sep 17 00:00:00 2001 From: Rune Olsen Date: Mon, 26 Jan 2026 11:39:42 +0100 Subject: [PATCH] Fixed bug in cost display and handling --- oai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oai.py b/oai.py index b7b38b8..d3787c2 100644 --- a/oai.py +++ b/oai.py @@ -48,7 +48,7 @@ except ImportError: print("Warning: MCP library not found. Install with: pip install mcp") # App version -version = '2.1.0-RC1' +version = '2.1.0-RC2' app = typer.Typer()