gpt4free/etc/testing
hlohaus 6052775fdf Refactor API base URL references across providers
- 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.
2025-12-25 22:09:20 +01:00
..
_providers.py Remove deprecated and not_working providers 2025-12-11 17:42:31 +00:00
log_time.py 'Refactored by Sourcery' (#1125) 2023-10-23 09:46:25 +02:00
test_all.py refactor(test): simplify model test cases to core options 2024-09-06 17:43:13 +03:00
test_api.py Refactor API base URL references across providers 2025-12-25 22:09:20 +01:00
test_async.py Fix ChatgptAi Provider 2023-10-22 17:13:13 +02:00
test_chat_completion.py refactor(test): simplify model test cases to core options 2024-09-06 17:43:42 +03:00
test_gui.py make internet searching better 2023-10-10 14:47:41 +02:00
test_interference.py Refactor API base URL references across providers 2025-12-25 22:09:20 +01:00
test_mcp_http.py Add HTTP transport mode for MCP server with --http flag 2025-11-01 05:25:49 +00:00
test_mcp_interactive.py Add MCP server tests, documentation, and README updates 2025-11-01 05:10:49 +00:00
test_mcp_server.py Add MCP server tests, documentation, and README updates 2025-11-01 05:10:49 +00:00
test_needs_auth.py ~ | new folder inluding ./tooland ./testing 2023-10-06 19:51:36 +01:00
test_providers.py 'Refactored by Sourcery' (#1125) 2023-10-23 09:46:25 +02:00