Commit d39326be authored by Your Name's avatar Your Name

0.99.36

parent 1c25697e
This diff is collapsed.
......@@ -54,7 +54,7 @@ from .auth.qwen import QwenOAuth2
from .handlers import RequestHandler, RotationHandler, AutoselectHandler
from .utils import count_messages_tokens, split_messages_into_chunks, get_max_request_tokens_for_model
__version__ = "0.99.35"
__version__ = "0.99.36"
__all__ = [
# Config
"config",
......
This diff is collapsed.
......@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "aisbf"
version = "0.99.35"
version = "0.99.36"
description = "AISBF - AI Service Broker Framework || AI Should Be Free - A modular proxy server for managing multiple AI provider integrations"
readme = "README.md"
license = "GPL-3.0-or-later"
......
......@@ -49,7 +49,7 @@ class InstallCommand(_install):
setup(
name="aisbf",
version="0.99.35",
version="0.99.36",
author="AISBF Contributors",
author_email="stefy@nexlab.net",
description="AISBF - AI Service Broker Framework || AI Should Be Free - A modular proxy server for managing multiple AI provider integrations",
......
......@@ -1748,6 +1748,9 @@ async function confirmAddProvider() {
};
}
// Add to expanded providers so it automatically expands
expandedProviders.add(key);
cancelAddProvider();
renderProvidersList();
}
......
......@@ -1699,6 +1699,9 @@ async function confirmAddProvider() {
};
}
// Add to expanded providers so it automatically expands
expandedProviders.add(key);
cancelAddProvider();
renderProvidersList();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment