Commit graph

5 commits

Author SHA1 Message Date
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
hlohaus
1d4c708726 Add models_needs_auth attribute to FenayAI class and fix owned_by retrieval in Api class 2025-09-05 02:46:09 +02:00
hlohaus
f8f8251cee Add model count for FenayAI 2025-08-07 06:34:59 +02:00
hlohaus
b3c1d1f3b1 Check api_key for models 2025-08-07 03:02:50 +02:00
hlohaus
2c3a437c75 Add FenayAI provider 2025-08-06 22:33:01 +02:00