feat: added Github provider (#1109)

This commit is contained in:
Ngô Tấn Tài
2025-01-17 14:52:51 +07:00
committed by GitHub
parent 41bb909f8d
commit c7738243ca
2 changed files with 54 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import TogetherProvider from './providers/together';
import XAIProvider from './providers/xai';
import HyperbolicProvider from './providers/hyperbolic';
import AmazonBedrockProvider from './providers/amazon-bedrock';
import GithubProvider from './providers/github';
export {
AnthropicProvider,
@@ -34,4 +35,5 @@ export {
TogetherProvider,
LMStudioProvider,
AmazonBedrockProvider,
GithubProvider,
};