Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
aisbf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
aisbf
Commits
d39326be
Commit
d39326be
authored
Apr 20, 2026
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.99.36
parent
1c25697e
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
243 additions
and
416 deletions
+243
-416
ENDPOINTS.md
ENDPOINTS.md
+224
-0
__init__.py
aisbf/__init__.py
+1
-1
main.py
main.py
+10
-413
pyproject.toml
pyproject.toml
+1
-1
setup.py
setup.py
+1
-1
providers.html
templates/dashboard/providers.html
+3
-0
user_providers.html
templates/dashboard/user_providers.html
+3
-0
No files found.
ENDPOINTS.md
0 → 100644
View file @
d39326be
This diff is collapsed.
Click to expand it.
aisbf/__init__.py
View file @
d39326be
...
...
@@ -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.3
5
"
__version__
=
"0.99.3
6
"
__all__
=
[
# Config
"config"
,
...
...
main.py
View file @
d39326be
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
d39326be
...
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name
=
"aisbf"
version
=
"0.99.3
5
"
version
=
"0.99.3
6
"
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"
...
...
setup.py
View file @
d39326be
...
...
@@ -49,7 +49,7 @@ class InstallCommand(_install):
setup
(
name
=
"aisbf"
,
version
=
"0.99.3
5
"
,
version
=
"0.99.3
6
"
,
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"
,
...
...
templates/dashboard/providers.html
View file @
d39326be
...
...
@@ -1748,6 +1748,9 @@ async function confirmAddProvider() {
};
}
// Add to expanded providers so it automatically expands
expandedProviders
.
add
(
key
);
cancelAddProvider
();
renderProvidersList
();
}
...
...
templates/dashboard/user_providers.html
View file @
d39326be
...
...
@@ -1699,6 +1699,9 @@ async function confirmAddProvider() {
};
}
// Add to expanded providers so it automatically expands
expandedProviders
.
add
(
key
);
cancelAddProvider
();
renderProvidersList
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment