mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-01-21 03:50:59 -08:00
- Changed `api_base` to `base_url` in multiple provider files for consistency. - Updated method signatures and internal references to use `base_url` instead of `api_base`. - Adjusted the `OpenaiTemplate` class to accommodate the new `base_url` parameter. - Enhanced the `ClientFactory` to support custom provider creation with `base_url`. - Modified API request handling in the backend to align with the new naming convention. |
||
|---|---|---|
| .. | ||
| _providers.py | ||
| log_time.py | ||
| test_all.py | ||
| test_api.py | ||
| test_async.py | ||
| test_chat_completion.py | ||
| test_gui.py | ||
| test_interference.py | ||
| test_mcp_http.py | ||
| test_mcp_interactive.py | ||
| test_mcp_server.py | ||
| test_needs_auth.py | ||
| test_providers.py | ||